Module faststack

Module faststack 

Source
Expand description

Stack data structures implemented on the stack or heap

Structs§

HeapStack
A stack data structure implemented on the heap with adjustable capacity.
StackStack
A stack data structure implemented on the stack with fixed capacity.

Traits§

FastStack