stack
R/ds_deque_stack.R
stack.Rd
Instantiates a new stack object, i.e. a list implementation with LIFO principle.
stack(...)
parameters that are only needed if utils::stack should be called
utils::stack
returns a new stack object
# creates a new stack<SEXP> s <- stack()