Searched defs:HammingResult (Results 1 – 1 of 1) sorted by relevance
30 pub type HammingResult = Result<usize, StrSimError>; typedef59 pub fn hamming(a: &str, b: &str) -> HammingResult { in hamming()