Function array_math::as_uncollumn_mut

source ·
pub const fn as_uncollumn_mut<T, const N: usize>(
    array: &mut [[T; 1]; N]
) -> &mut [T; N]