Function array_into

Source
pub fn array_into<'a, T, U, const N: usize>(value: &'a [T; N]) -> [U; N]
where T: 'a, U: From<&'a T>,