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

Computes the square length of a vector.