CyclicArray.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(T rhs)
    struct CyclicArray(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
    void
    opOpAssign
    (
    string op : "~"
    )
    (
    T rhs
    )
  2. void opOpAssign(T[n] rhs)
  3. void opOpAssign(CyclicArray!(T, n) rhs)
  4. void opOpAssign(Range rhs)

Meta