pub type NState<T, const N: usize = 4> = StateBase<T, Nary<N>>;
A type alias for a StateBase equipped with a Nary kind of state
StateBase
Nary
pub struct NState<T, const N: usize = 4> { /* private fields */ }