CyclicArray.opEquals

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

Meta