pub fn dist_naif_rec<T, I>(xi: I, yi: I, c: T::Cost, dist: T::Cost) -> T::Costwhere
    T: MetricSpace,
    I: Iterator<Item = T::Item> + Clone,
Expand description

auxiliary function for dist_naif