DictionaryList.get

Returns the first field that matches the given key.

If no field is found, def_val is returned.

struct DictionaryList(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
inout
inout(ValueType)
get
(
string key
,)

Meta