stack {datastructures} | R Documentation |
stack
Instantiates a new stack
object,
i.e. a list implementation with LIFO principle.
stack(...)
... |
parameters that are only needed if |
returns a new stack
object
# creates a new stack<SEXP> s <- stack()