The benefits are O(1) access to the string size, clearer ownership, and easily accessible utility functions. For now, only change functions where the string is clearly non-null. It's not clear in what cases some other functions recieve null strings.
The benefits are O(1) access to the string size, clearer ownership, and easily accessible utility functions. For now, only change functions where the string is clearly non-null. It's not clear in what cases some other functions recieve null strings.