Function array_math::chain

source ·
pub const fn chain<T, const N: usize, const M: usize>(
    array: [T; N],
    rhs: [T; M]
) -> [T; { _ }]