Add `StringBuilder` class
Closed this issue · 1 comments
Deleted user commented
Objeck's String
class has the same limitation as C# and Java: it creates an immutable sequence of characters.
I think Objeck needs a StringBuilder
class just like C# and Java.
objeck commented
I do not plan to create another String
class. One of the original design goals is to reduce complexity.