NState

Type Alias NState 

Source
pub type NState<T, const N: usize = 4> = StateBase<T, Nary<N>>;
Expand description

A type alias for a StateBase equipped with a Nary kind of state

Aliased Typeยง

pub struct NState<T, const N: usize = 4> { /* private fields */ }