Module stack

Source
Expand description

Implementation of the LIFO stack structure

Structsยง

Iter
DST Stack iterator (immutable)
IterMut
DST Stack iterator (immutable)
Stack
A fixed-capacity stack that can contain dynamically-sized types