ae v0.0.2177 (2018-04-10T20:33:51Z)
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
)
(
auto
ref
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