Type Definition stack_dst::Stack

source · []
pub type Stack<T, const N: usize> = StackA<T, [usize; N]>;
Expand description

A single LIFO stack of DSTs