Class monkey.stack.IntStack - leonard-thieu/monkey GitHub Wiki
An IntStack is a convenience class for dealing with stacks of ints.
Stack<Int>
New ()
An IntStack is a convenience class for dealing with stacks of ints.
Creates a new empty IntStack.
Implements the Compare method, which allows IntStacks to be sorted using the Sort method.