Function construct::add3 [] [src]

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

Adds two vectors.