You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.