MapContext.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref string, ref Object) dg)
    class MapContext
    int
    opApply
    (
    scope int delegate
    (
    ref string
    ,
    ref Object
    )
    dg
    )
  2. int opApply(int delegate(MapEntry!(string, Object) entry) dg)

Meta