Iterator by char and icu_collections::codepointtrie::TrieValue
over &[u8] that contains potentially-invalid UTF-8. Uses V::default()
for ASCII instead of reading from the trie. See the
crate documentation.
Convenience trait that adds chars_with_trie_default_for_ascii() and char_indices_with_trie_default_for_ascii() methods
similar to the ones icu_collections::codepointtrie::CharsWithTrieEx adds to string
slices to u8 slices.
Convenience trait that adds chars_with_trie() and char_indices_with_trie() methods
similar to the ones icu_collections::codepointtrie::CharsWithTrieEx adds to string
slices to u8 slices.