iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
RingBuffer.capacity
iopipe
buffer
RingBuffer
struct
RingBuffer
(T, size_t floorSize = 8192)
size_t
capacity
(
)
if
(
isPowerOf2
(
T.sizeof
)
)
Return Value
Type:
size_t
The total number of elements currently managed.
Meta
Source
See Implementation
iopipe
buffer
RingBuffer
destructors
~this
functions
avail
capacity
extend
releaseBack
releaseFront
window
postblits
this(this)