devela::all

Type Alias StackU16

Source
pub type StackU16<T, const CAP: usize, S = Bare> = Stack<T, CAP, u16, S>;
Available on crate feature _stack_u16 only.
Expand description

A Stack with a 16-bit index size.

Aliased Typeยง

struct StackU16<T, const CAP: usize, S = Bare> { /* private fields */ }