Function len2

Source
pub fn len2<T>(a: [T; 2]) -> T
where T: Copy + Sqrt + Add<Output = T> + Mul<Output = T>,
Expand description

Computes the length of vector.