34 ms·
You lack imagination here :) There are several solutions that could have been pursued, including introducing a completely new type and effectively duplicating t
by spronkey 7y ago
You lack imagination here :) There are several solutions that could have been pursued, including introducing a completely new type and effectively duplicating the existing string library for it.
- int_19h 7y agoIt's not just the string library that is affected. It's literally every API in the stdlib that returns a string. You'd have to fork all of those, because changing any of them to return a completely new type would be a breaking change as well.