pub fn collect_sequence_characters<F>(s: &str, predicate: F) -> (&str, &str)where
    F: Fn(&char) -> bool,
Expand description

Collect sequence of code points