pub type ConstArrayLength<const N: usize> = <Const<N> as IntoArrayLength>::ArrayLength;Expand description
Associated ArrayLength for one Const<N>
See IntoArrayLength for more information.
pub type ConstArrayLength<const N: usize> = <Const<N> as IntoArrayLength>::ArrayLength;Associated ArrayLength for one Const<N>
See IntoArrayLength for more information.