dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
BoundedStack.this
dalicious
container
BoundedStack
Undocumented in source.
this
(size_t bufferSize)
this
(T[] buffer)
struct
BoundedStack
(T, size_t staticBufferSize = size_t.max)
pure nothrow @
safe
static if
(
staticBufferSize == size_t.max
)
this
(
T
[]
buffer
)
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