# Functions
NewBounded returns a container of type bounded.
NewFIFO returns a container of type fifo.
NewUnbounded returns a container of type unbounded.
# Interfaces
Container is a collection of items More functions like remove can be added if future use cases arise.