I consider it a midpoint between `String` and `&str`. Most of the convenience of `String` (barring mutation) but less costly.
I consider it a midpoint between `String` and `&str`. Most of the convenience of `String` (barring mutation) but less costly.