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