Sorts a mutable slice of byte slices (&[u8]) in natural-lexicographic order.
Uses nat_lex_byte_cmp. See its documentation for details on the comparison logic.
Sorts a mutable slice of byte slices (&[u8]) in natural-lexicographic order, ignoring ASCII case.
Uses nat_lex_byte_cmp_ignore. See its documentation for details on the comparison logic.