CyclicArray.opBinary

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

Meta