Function array_math::as_collumn_mut

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