dmd.root.aav
Associative array implementation.
License
Source: root/aav.d
Documentation: https://dlang.org/phobos/dmd_root_aav.html
-
Declaration
pure nothrow @nogc @property auto
asRange
(AA*aa
);Gets a range of key/values for
.aa
Return Value
a range of key/values for
.aa