Function squared_distance

Source
pub fn squared_distance<T>(
    left: &[T],
    right: &[T],
) -> Result<SquaredDistance, ()>