The rare case should be possible, just not the default.
In Rust, you would make custom string handling unsafe for the bottleneck.
In fact, it's pretty damn niche.
And rust is a general language, so it favors the most common case, but let the niche case be possible.
The rare case should be possible, just not the default.
In Rust, you would make custom string handling unsafe for the bottleneck.