RcArray.opApply

Dict-iterator

  1. int opApply(int delegate(ref size_t index, ref T value) dg)
  2. int opApply(int delegate(ref T value) dg)
    struct RcArray(T)
    @nogc
    int
    opApply
    (
    scope int delegate
    (
    ref T value
    )
    dg
    )

Meta