Function sub3

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

Subtracts ‘b’ from ‘a’.