pub fn vec4_len<T>(a: [T; 4]) -> Twhere
    T: Copy + Sqrt + Add<Output = T> + Mul<Output = T>,
Expand description

Computes the length of vector.