memutils v1.0.9 (2023-03-02T20:19:28Z)
Dub
Repo
DictionaryList.FieldTuple
memutils
dictionarylist
DictionaryList
Undocumented in source.
struct
DictionaryList
(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
struct
FieldTuple {
KeyType
key
;
ValueType
value
;
}
Members
Variables
key
KeyType
key
;
Undocumented in source.
value
ValueType
value
;
Undocumented in source.
Meta
Source
See Implementation
memutils
dictionarylist
DictionaryList
aliases
KeyType
ValueType
destructors
~this
functions
find
get
getValuesAt
insert
move
opApply
opBinaryRight
opEquals
opIndex
opIndexAssign
remove
removeAll
postblits
this(this)
properties
clone
empty
length
structs
FieldTuple