Returns a stack. Immutable. Use Stacks.mutable for a mutable alternative.
Creates a stack. Mutable. Use Stacks.immutable for an immutable alternative.
Peek at the top of the stack (end of array)
Stack (immutable)
Creates a stack. Mutable. Use StackImmutable for an immutable alternative.
Stack (immutable)
Stack (immutable)
Stack (mutable)
Stacks store items in order, like a stack of plates.