Stack

Implementation Details

This is an incredibly basic Stack, 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.