Type Definition generic_array::ConstArrayLength

source ·
pub type ConstArrayLength<const N: usize> = <Const<N> as IntoArrayLength>::ArrayLength;
Expand description

Associated ArrayLength for one Const<N>

See IntoArrayLength for more information.