Type Alias 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.