Module Collections.Queues
A queue has the logic of waiting in line at the bakery. First in, first out.
Immutable
Queues.immutable creates a queue, returning type Interface IQueueImmutable .
Mutable
Queues.QueueMutable
QueueMutable class also has events to monitor changes to the data.