Queue

Implementation Details

This is an incredibly basic Queue, implemented the same way as a singly-linked list, but uses its own, simplified implementation for higher performance.

No indexors, iterators, or queries are implemented for this type, as maintaining proper semantics forbids it.