HashMap.opApplyReverse

Implements a simple right-to-left tree traversal.

  1. int opApplyReverse(int delegate(ref E) dg)
    struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
    int
    opApplyReverse
    (
    scope int delegate
    (
    ref E
    )
    dg
    )
  2. int opApplyReverse(int delegate(HashType, ref E) dg)

Meta