pub fn len3<T>(a: [T; 3]) -> Twhere T: Copy + Sqrt + Add<Output = T> + Mul<Output = T>,
Computes the length of vector.