powered by
Implements a classic stack with push, pop and a few other methods
stack
An object of class R6ClassGenerator of length 24.
R6ClassGenerator
# NOT RUN { x <- stack$new() x$push(5) y <- x$pop() # }
Run the code above in your browser using DataLab