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

Associated ArrayLength for one Const<N>

See IntoArrayLength for more information.

Trait Implementations§

source§

impl<const N: usize> IntoArrayLength for Const<N>where Const<N>: ToUInt, U<N>: ArrayLength,

§

type ArrayLength = <Const<N> as ToUInt>::Output

The associated ArrayLength