dmd.root.aav

Associative array implementation.

Authors

Walter Bright, http://www.digitalmars.com

Source: root/aav.d

  • 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.