vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
DictionaryList.opBinaryRight
vutil
dictionarylist
DictionaryList
Returns a pointer to the first field that matches the given key.
inout
(
ValueType
)*
opBinaryRight
(string key)
bool
opBinaryRight
(string key)
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32)
inout
bool
opBinaryRight
(
string
op
)
(
string
key
)
if
(
op
== "!in"
)
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
Returns a pointer to the first field that matches the given key.