Stack
Module Collections.Stacks
A stack has the logic of a pile of plates. First in, last out. With a stack, you’re only able to work on the top-most, most recently added item.
Immutable
Stacks.immutable creates an immutable stack of Interface Stacks.IStackImmutable
Mutable
Stacks.mutable creates a mutable stack of Interface Stacks.IStackMutable