vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
DictionaryList.opBinaryRight
index
vibe
utils
dictionarylist
DictionaryList
Returns a pointer to the first field that matches the given key.
inout
(
ValueType
)*
opBinaryRight
(string key)
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
inout
inout
(
ValueType
)*
opBinaryRight
(
string
op
)
(
string
key
)
if
(
op
== "in"
)
bool
opBinaryRight
(string key)
Meta
Source
See Implementation
index
vibe
utils
dictionarylist
DictionaryList
aliases
ValueType
functions
addField
byKey
byKeyValue
byValue
get
getAll
opBinaryRight
opIndex
opIndexAssign
remove
removeAll
toRepresentation
toString
properties
dup
length
static functions
fromRepresentation
structs
FieldTuple
Returns a pointer to the first field that matches the given key.