icu4x
icu4x copied to clipboard
Improve ZeroTrie const builder to use mut pointers
Rust 1.83 lets us finally use mut pointers in const. This could make the ZeroTrie const builder more efficient.