Function array_math::shift_many_right
source · pub const fn shift_many_right<T, const N: usize, const M: usize>(
array: &mut [T; N],
items: [T; M]
) -> [T; M]
pub const fn shift_many_right<T, const N: usize, const M: usize>(
array: &mut [T; N],
items: [T; M]
) -> [T; M]