ae v0.0.2177 (2018-04-10T20:33:51Z)
Home
Dub
Repo
toAA
ae
utils
aa
Slurp a range of two elements (or two-element struct/class) into an AA.
auto
toAA
(R r)
auto
toAA
(R r)
auto
toAA
(
R
)
(
R
r
)
if
(
is
(
typeof
(
r.front.tupleof
)) &&
r.front.tupleof.length
== 2
&&
!
is
(
typeof
(
r.front
[1]))
)
Meta
Source
See Implementation
ae
utils
aa
functions
aaGet
getOrAdd
merge
pairs
sortedPairs
sortedValues
toAA
toSet
structs
HashSet
KeyValuePair
MultiAA
OrderedMap
Slurp a range of two elements (or two-element struct/class) into an AA.