AppendFormat based on ReadOnlySpan?
mdsitton opened this issue · 3 comments
mdsitton commented
Hi I have a feature request, it would be nice to have the ability to have an implementation of AppendFormat that takes a ReadOnlySpan instead of the format string that way we can pass in data from another ZStringBuilder through span as a format string.
This is useful for building a format string based on input data coming in through a function without allocating a new string for the format string.
mdsitton commented
https://github.com/mdsitton/ZString/tree/SpanFormat I've created a quick experiment of this based off of one of the other pr's to test this out.
neuecc commented
thanks, it seems good.
github-actions commented
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.