navm v1.1.5 (2021-02-22T08:25:25Z)
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
readAbs
readPtr
readPtrAbs
setIndex
write
writeAbs
properties
count
pushes elements to stack. First in array is pushed first