Enumeration LinearContainerKind

Describes in which order items are added or removed from a linear container.

Enumeration Members

FIRST_IN_FIRST_OUT: 0

Like a queue.

FIRST_IN_LAST_OUT: 1

Lile a stack.

Generated using TypeDoc