RingBuffer.bufferSize

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum bufferSize;
  2. size_t bufferSize [@property getter]
    struct RingBuffer(T, size_t staticBufferSize = size_t.max)
    @property const pure nothrow @safe
    static if(!(staticBufferSize < size_t.max))
    size_t
    bufferSize
    ()

Meta