AbstractMap.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref Object value) dg)
  2. int opApply(int delegate(ref Object key, ref Object value) dg)
    class AbstractMap
    int
    opApply
    (
    int delegate
    (
    ref Object key
    ,
    ref Object value
    )
    dg
    )

Meta