Function array_math::rchain

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