pub fn collect_sequence_characters( s: &str, predicate: impl FnMut(&char) -> bool, ) -> (&str, &str)
Collect sequence of code points