Function icu_normalizer::sort_slice_by_ccc

source ยท
pub(crate) fn sort_slice_by_ccc(
    slice: &mut [CharacterAndClass],
    trie: &CodePointTrie<'_, u32>,
)