dmildew v0.5.6 (2021-02-22T01:27:01Z)
Dub
Repo
Stack.push
mildew
util
stack
Stack
pushes multiple items to the stack such that the last element is on the top
size_t
push
(T item)
void
push
(T[] items)
struct
Stack
(T)
void
push
(
T
[]
items
)
Meta
Source
See Implementation
mildew
util
stack
Stack
functions
array
peek
pop
push
reserve
size
top
pushes multiple items to the stack such that the last element is on the top