Is there a specific reason why the common `StringB...
# multiplatform
m
Is there a specific reason why the common
StringBuilder
is append-only? I.e. no replace/delete.
m
yes
t
good question... in javascript its String-backed. i dont see any easin why the delete methods shouldn't be possible to implement that way 🤔
m