pub fn vec4_neg<T>(a: [T; 4]) -> [T; 4]where
    T: Copy + Neg<Output = T>,
Expand description

Negates the vector.