Searched defs:N (Results 1 – 2 of 2) sorted by relevance
54 unsafe impl<T: IsZero, const N: usize> IsZero for [T; N] { implementation
3095 impl<T, A: Allocator, const N: usize> TryFrom<Vec<T, A>> for [T; N] { implementation3124 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() argument