dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
RingBuffer.front
dalicious
container
RingBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
T
front
[@property getter]
T
front
[@property setter]
struct
RingBuffer
(T, size_t staticBufferSize = size_t.max)
@
property
void
front
(
T
newFront
)
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