vibe-d v0.9.5-beta.1 (2022-05-13T15:16:55Z)
Home
Dub
Repo
DictionaryList.addField
index
vibe
utils
dictionarylist
DictionaryList
Undocumented in source. Be warned that the author may not have intended to support it.
void
addField
(string key, ValueType value)
void
addField
(string key, T value)
struct
DictionaryList
(VALUE, bool case_sensitive = true, size_t NUM_STATIC_FIELDS = 32, bool USE_HASHSUM = false)
void
addField
(
T
)
(
string
key
,
T
value
)
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