Closed rhazarian closed 4 years ago
Looks good, but I'm not a big fan of the breaking getter changes.
I can remove it if you want. Though I think that it may be a good moment to change it now, because I guess none have used it a lot (if used at all) yet (since the package was added not a long time ago), and now the implementation is exposed and it blocks possible future changes. What's more, using the field to iterate over the string by indexes you had to iterate to the value inclusively, while usually you iterate to the size - 1, and that may confuse people aswell
Thanks 👍 Make sure to update your other PR please.
Encapsulation, memory leaks and useless actions fixed.