CyclicArray.opApply

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opApply(int delegate(ref T) @(nogc) dg)
  2. int opApply(int delegate(size_t, ref T) @(nogc) dg)
    struct CyclicArray(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
    @nogc
    static if(!isDynamic)
    int
    opApply
    (
    int delegate
    (
    size_t
    ,
    ref T
    )
    @nogc
    dg
    )

Meta