ZString
ZString copied to clipboard
Feature request: make `Length` writable
Setting Length works great to trim a StringBuilder (like, "remove last N chars" without allocation)
Also, would really help with drop-in replacements for traditional SB (it supports this)
I've edited the issue, because seems like you're already using 65535 as the default size which should be enough (?)
I just realized that writable property won't work since it's a disposable struct, so maybe add a SetLength method
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.