Function sort_slice_by_ccc

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