1 2 3 4 5 6 7 8 9 10
use typenum::ToUInt; use crate::*; impl<const N: usize> MaybeHasNiche for [u8; N] where typenum::generic_const_mappings::Const<N>: ToUInt<Output: ArrayLength>, { type MnArray = NoNiche<ZeroNoNiche<typenum::generic_const_mappings::U<N>>>; }