HashMapImpl.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref Value) nothrow del)
  2. int opApply(int delegate(in ref Value) nothrow del)
  3. int opApply(int delegate(const ref Key, ref Value) nothrow del)
    struct HashMapImpl(Key, Value, ALLOC = void)
    @trusted nothrow
    int
    opApply
    (
    int delegate
    (
    const ref Key
    ,
    ref Value
    )
    nothrow
    del
    )
  4. int opApply(int delegate(in ref Key, in ref Value) nothrow del)

Meta