Map.opApply

Undocumented in source.
  1. int opApply(int delegate(ref Object value) dg)
    interface Map
    int
    opApply
    (
    int delegate
    (
    ref Object value
    )
    dg
    )
  2. int opApply(int delegate(ref Object key, ref Object value) dg)

Meta