RcOrderedDictionary.opApply

Dict-iterator

  1. int opApply(int delegate(size_t i, ref TKey key, ref TValue value) dg)
  2. int opApply(int delegate(ref TKey key, ref TValue value) dg)
    struct RcOrderedDictionary(TKey, TValue)
    @nogc
    int
    opApply
    (
    scope int delegate
    (
    ref TKey key
    ,
    ref TValue value
    )
    dg
    )
  3. int opApply(int delegate(ref TValue value) dg)

Meta