DictionaryList.FieldTuple

Undocumented in source.
struct DictionaryList(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
struct FieldTuple {}

Members

Variables

key
KeyType key;
Undocumented in source.
value
ValueType value;
Undocumented in source.

Meta