lance_linalg::distance

Type Alias DistanceFunc

Source
pub type DistanceFunc<T> = fn(_: &[T], _: &[T]) -> f32;