Function finch::distance::distance[][src]

pub fn distance(
    sketch1: &[KmerCount],
    sketch2: &[KmerCount],
    sketch1_name: &str,
    sketch2_name: &str,
    mash_mode: bool
) -> Result<SketchDistance, &'static str>