vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
DictionaryList.FieldTuple
vutil
dictionarylist
DictionaryList
Undocumented in source.
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
struct
FieldTuple {
string
key
;
ValueType
value
;
}
Members
Variables
key
string
key
;
Undocumented in source.
value
ValueType
value
;
Undocumented in source.
Meta
Source
See Implementation
vutil
dictionarylist
DictionaryList
aliases
ValueType
functions
addField
get
getAll
opApply
opBinaryRight
opIndex
opIndexAssign
remove
removeAll
toRepresentation
properties
dup
length
static functions
fromRepresentation
structs
FieldTuple