memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
DictionaryList.opApply
memutils
dictionarylist
DictionaryList
Iterates over all fields, including duplicates.
int
opApply
(int delegate(KeyType key, ref ValueType val) del)
int
opApply
(int delegate(const ref KeyType key, const ref ValueType val) del)
int
opApply
(int delegate(ref ValueType val) del)
int
opApply
(int delegate(KeyType key, ref const(ValueType) val) del)
int
opApply
(int delegate(ref const(ValueType) val) del)
struct
DictionaryList
(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
const
int
opApply
(
int
delegate
(
ref
const
(
ValueType
)
val
)
del
)
Meta
Source
See Implementation
memutils
dictionarylist
DictionaryList
aliases
KeyType
ValueType
destructors
~this
functions
find
get
getValuesAt
insert
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
remove
removeAll
postblits
this(this)
properties
empty
length
structs
FieldTuple
Iterates over all fields, including duplicates.