powered by
The function print.stack prints the class of the stack x (FIFO, LIFO, or NINO) and displays its next reachable object.
print.stack
x
# S3 method for stack print(x, ...)
A stack.
Additional arguments.
The stack x is returned invisibly.
push, pop.
push
pop