pub(crate) fn bigrams(s: &str) -> impl Iterator<Item = (char, char)> + '_
Returns an Iterator of char tuples.