CyclicArray.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(CyclicArray!(T, capacity_) b)
  2. bool opEquals(T[n] b)
    struct CyclicArray(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
    bool
    opEquals
    (
    size_t n
    )
    (
    T[n] b
    )
  3. bool opEquals(Range b)

Meta