DictionaryList.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ValueType get(KeyType key, ValueType def_val)
  2. const(ValueType) get(KeyType key, const(ValueType) def_val)
    struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
    const
    const(ValueType)
    get
    (,
    lazy const(ValueType) def_val = init
    )

Meta