Function typos::check_str

source ·
pub fn check_str<'b, 's: 'b>(
    buffer: &'b str,
    tokenizer: &'s Tokenizer,
    dictionary: &'s dyn Dictionary
) -> impl Iterator<Item = Typo<'b>>