CyclicArray.capacity

Undocumented in source.
struct CyclicArray(T, size_t capacity_ = max(8, PAGESIZE / T.sizeof))
alias capacity = capacity_

Meta