pub type DirectStack<T, const CAP: usize> = Stack<T, (), CAP>;
A Stack stored in the stack.
Stack
pub struct DirectStack<T, const CAP: usize> { /* private fields */ }