strsim

Function bigrams

source
pub(crate) fn bigrams(s: &str) -> impl Iterator<Item = (char, char)> + '_
Expand description

Returns an Iterator of char tuples.