FixedRingBuffer.capacity

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t capacity [@property getter]
  2. size_t capacity [@property setter]
    struct FixedRingBuffer(T, size_t N = 0, bool INITIALIZE = true)
    @property
    static if(N == 0)
    void
    capacity
    (
    size_t new_size
    )

Meta