|
|
|
|
|
by int_19h
2397 days ago
|
|
It'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. |
|