Function split_arr_mut

Source
pub fn split_arr_mut<const LEFT: usize, const N: usize, T>(
    arr: &mut [T; N],
) -> (&mut [T; LEFT], &mut [T; { _ }])
where [(); { _ }]:,
Expand description

Mutable version of split_arr.