CyclicArray.this

Undocumented in source.
  1. this(Array!T array)
    struct CyclicArray(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
    @nogc
    static if(isDynamic)
    this
    (
    Array!T array
    )
  2. this(size_t length)
  3. this(T[n] val)
  4. this(Range val)
  5. this(Args val)
  6. this(T[n] val)
  7. this(Range val)
  8. this(Args val)

Meta