dalicious ~master (2022-03-10T20:55:15.5110933)
Dub
Repo
BoundedStack.buffer
dalicious
container
BoundedStack
Undocumented in source. Be warned that the author may not have intended to support it.
struct
BoundedStack
(T, size_t staticBufferSize = size_t.max)
@
property
pure nothrow @
safe
@
nogc
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