dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
ModelMap.get
dscord
types
base
ModelMap
Return the value for a key. Throws an exception if the key does not exist.
TValue
get
(TKey key)
class
ModelMap
(TKey, TValue)
TValue
get
(
TKey
key
)
TValue
get
(TKey key, TValue def)
Meta
Source
See Implementation
dscord
types
base
ModelMap
functions
each
filter
get
has
keyUnion
keys
length
opApply
opIndex
opIndexAssign
pick
remove
set
subset
values
static functions
fromJSONArray
variables
data
Return the value for a key. Throws an exception if the key does not exist.