Function array__ops::add_all_neg

source ·
pub fn add_all_neg<T, const N: usize, Rhs>(
    array: [T; N],
    rhs: Rhs
) -> [<Rhs as Sub<T>>::Output; N]
where Rhs: Copy + Sub<T>,