Function editor2::split_words

source ·
pub fn split_words<'a>(text: &'a str) -> impl Iterator<Item = &'a str> + 'a