dalicious v2.4.0 (2020-01-14T14:23:24Z)
Dub
Repo
RingBuffer.back
dalicious
container
RingBuffer
Undocumented in source. Be warned that the author may not have intended to support it.
T
back
[@property getter]
T
back
[@property setter]
struct
RingBuffer
(T, size_t staticBufferSize = size_t.max)
@
property
void
back
(
T
newBack
)
Meta
Source
See Implementation
dalicious
container
RingBuffer
aliases
put
constructors
this
functions
popBack
popFront
pushBack
pushFront
manifest constants
bufferSize
properties
back
empty
front
length
save