TypedIndexSlice.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(KEY key, ref const(VALUE) value) dg)
  2. int opApply(int delegate(KEY key, ref VALUE value) dg)
    struct TypedIndexSlice(KEY, VALUE)
    int
    opApply
    (
    scope int delegate
    (
    KEY key
    ,
    ref VALUE value
    )
    dg
    )
  3. int opApply(int delegate(ref const(VALUE) value) dg)
  4. int opApply(int delegate(ref VALUE value) dg)

Meta