memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
DictionaryList.opBinaryRight
memutils
dictionarylist
DictionaryList
Returns a pointer to the first field that matches the given key.
inout
(
ValueType
)*
opBinaryRight
(KeyType key)
bool
opBinaryRight
(KeyType key)
struct
DictionaryList
(KEY, VALUE, ALLOC = ThreadMem, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 8)
inout
bool
opBinaryRight
(
string
op
)
(
KeyType
key
)
if
(
op
== "!in"
)
inout
(
ValueType
)*
find
(KeyType key)
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
Returns a pointer to the first field that matches the given key.