dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
RingBuffer.reserve
dalicious
container
RingBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
struct
RingBuffer
(T, size_t staticBufferSize = size_t.max)
pure nothrow @
safe
static if
(
staticBufferSize == size_t.max
)
void
reserve
(
size_t
num
)
Meta
Source
See Implementation
dalicious
container
RingBuffer
aliases
capacity
put
constructors
this
functions
clear
popBack
popFront
pushBack
pushFront
reserve
manifest constants
bufferSize
properties
back
empty
front
length
save