Module icu_collections::codepointtrie::cptrie

source ·

Macros§

Structs§

Enums§

  • The type of trie represents whether the trie has an optimization that would make it smaller or faster.

Traits§

  • A trait representing the values stored in the data array of a CodePointTrie. This trait is used as a type parameter in constructing a CodePointTrie.

Functions§

  • Helper function used by [get_range]. Converts occurrences of trie’s null value into the provided null_value.