iopipe ~master (2020-08-08T14:25:33Z)
Dub
Repo
RingBuffer.window
iopipe
buffer
RingBuffer
The window of currently valid data.
struct
RingBuffer
(T, size_t floorSize = 8192)
@
system
T
[]
window
(
)
if
(
isPowerOf2
(
T.sizeof
)
)
Meta
Source
See Implementation
iopipe
buffer
RingBuffer
destructors
~this
functions
avail
capacity
extend
releaseBack
releaseFront
window
postblits
this(this)
The window of currently valid data.