TypedIndexArray.opApply

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

Meta