Function construct::sub3 [] [src]

pub fn sub3<T>(a: [T; 3], b: [T; 3]) -> [T; 3] where
    T: Copy + Sub<T, Output = T>, 

Subtracts 'b' from 'a'.