Type Alias Substr

Source
pub type Substr<const N: usize> = [char; N];
Expand description

A set of N characters stored as an array.