vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
DictionaryList.opApply
vutil
dictionarylist
DictionaryList
Iterates over all fields, including duplicates.
int
opApply
(int delegate(string key, ref ValueType val) del)
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
int
opApply
(
scope
int
delegate
(
string
key
,
ref
ValueType
val
)
del
)
int
opApply
(int delegate(ref ValueType val) del)
int
opApply
(int delegate(string key, ref const(ValueType) val) del)
int
opApply
(int delegate(ref const(ValueType) val) del)
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
Iterates over all fields, including duplicates.