Skip to main content

Module cptrie

Module cptrie 

Source

Structs§

Utf16CharsWithTrie
Iterator by char and icu_collections::codepointtrie::TrieValue over &[u16] that contains potentially-invalid UTF-16. See the crate documentation.

Traits§

Utf16CharsWithTrieEx
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 u16 slices.