Function array_math::neg_all

source ·
pub fn neg_all<T, const N: usize>(array: [T; N]) -> [<T as Neg>::Output; N]
where T: Neg,