CyclicArray.opOpAssign

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

Meta