Trait ArrayLength
Other items ingeneric_array
pub unsafe trait ArrayLength<T>: Unsigned { type ArrayType; }
Trait making GenericArray work, marking types to be used as length of an array
GenericArray
type ArrayType
Associated type representing the array type for the number
impl<T> ArrayLength<T> for UTerm
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B0>
impl<T, N: ArrayLength<T>> ArrayLength<T> for UInt<N, B1>