dcord ~master (2020-08-31T23:49:36Z)
Home
Dub
Repo
ModelMap.get
dcord
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
dcord
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