pub fn ndiffs(b1: &DnaString, b2: &DnaString) -> usize
Compute the number of base positions at which two DnaStrings differ, assuming that they have the same length.