CyclicArray.dup

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CyclicArray!(T, len) dup()
    struct CyclicArray(T, size_t len = max(8, 4096 / T.sizeof))
    const
    static if(len == 0)
    CyclicArray!(T, len)
    dup
    ()
  2. CyclicArray!(T, len) dup()

Meta