vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
DictionaryList.opIndexAssign
index
vibe
utils
dictionarylist
DictionaryList
Adds or replaces the given field with a new value.
ValueType
opIndexAssign
(ValueType val, string key)
ValueType
opIndexAssign
(T val, string key)
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
ValueType
opIndexAssign
(
T
)
(
T
val
,
string
key
)
if
(
canAssign
!
T
)
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
Adds or replaces the given field with a new value.