Skip to main content

Module array_stack

Module array_stack 

Source
Expand description

Fixed-capacity stack backed by a Vec with a maximum size.

Structsยง

ArrayStack
A stack with a fixed maximum capacity.