ae v0.0.3053 (2021-06-01T17:26:23Z)
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
,
auto
ref
K
key
)
if
(
is
(
typeof
(
key
in
aa
))
)
Meta
Source
See Implementation
ae
utils
aa
aliases
HashSet
MultiAA
OrderedMap
OrderedSet
update
functions
aaGet
addNew
getOrAdd
merge
nonNull
orderedMap
orderedSet
pairs
require
sortedPairs
sortedValues
toAA
toSet
updatePolyfill
updateVoid
structs
HashCollection
KeyValuePair
Get a value from an AA, and throw an exception (not an error) if not found