ae v0.0.1896 (2017-02-27T15:20:58Z)
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