Utf8StringInterpolation icon indicating copy to clipboard operation
Utf8StringInterpolation copied to clipboard

Feature request: add void AppendFormatted<T>(ReadonlySpan<T> value, int alignment = 0, string? format = null) overload

Open petrroll opened this issue 6 months ago • 0 comments

For generic wrappers around Utf8StirngInterpolation it'd be very nice if there was this overload. It should be fairly possible as void AppendFormatted<T>(T value, int alignment = 0, string? format = null) is already there.

petrroll avatar Jun 29 '25 08:06 petrroll