[][src]Function ordist::distances::cayley_dist

pub fn cayley_dist<K: OrDistElement>(
    v1: &[K],
    v2: &[K]
) -> Result<usize, OrDistError<K>>