Function slice_to_array_mut_unchecked

Source
pub unsafe fn slice_to_array_mut_unchecked<T, const N: usize>(
    source: &mut [T],
) -> &mut [T; N]
Expand description

Turn a mutable slice into a mutable reference to an array without bounds checking.