pub(crate) fn from_array<const L1: usize, const L2: usize, T: Copy>( array: [T; L1], ) -> ArrayVec<T, L2>