navm v1.1.1 (2021-02-07T12:21:04Z)
Dub
Repo
ArrayStack.push
navm
defs
ArrayStack
pushes elements to stack. First in array is pushed first
void
push
(T element)
void
push
(T[] elements)
class
ArrayStack
(T)
void
push
(
T
[]
elements
)
Meta
Source
See Implementation
navm
defs
ArrayStack
constructors
this
functions
peek
pop
push
read
readPtr
write
properties
count
pushes elements to stack. First in array is pushed first