Function array__ops::truncate

source ·
pub fn truncate<T, const N: usize, const M: usize>(array: [T; N]) -> [T; M]
where T: Destruct,