@willmotil wrote:
Ah success i think ok i think i've got a working No Garbage StringBuilder class made.
I been tinkering with this on and off its looking pretty good
the basic appends all seem to be working.
I even got a AppendAt in there.well i don't think i can get these operators to work though i gave up on that part unless someone else knows how to chain value types to the wrapper and the stringbuilders.
I was shooting for something like
sbm += some_int + some_stringbuilder + 8f; ect... but couldn't get it to work.
Posts: 3
Participants: 2