ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
aaGet
ae
utils
aa
Get a value from an AA, and throw an exception (not an error) if not found
ref
auto ref
aaGet
(
AA
K
)
(
AA
aa
,
K
key
)
if
(
is
(
typeof
(
key
in
aa
))
)
Meta
Source
See Implementation
ae
utils
aa
functions
aaGet
getOrAdd
merge
pairs
sortedPairs
sortedValues
toAA
toSet
structs
HashSet
KeyValuePair
MultiAA
OrderedMap
Get a value from an AA, and throw an exception (not an error) if not found