StringBuilderConsumer
public struct StringBuilderConsumer : IReadOnlySpanConsumer<char>, ISupplier<ReadOnlyMemory<char>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<char>, CancellationToken, ValueTask>>, IEquatable<StringBuilderConsumer>
Represents implementation of IReadOnlySpanConsumer<T>
in the form of the writer to StringBuilder.
Gets a value indicating that the underlying builder is null.
Wraps the builder.
Wraps the builder.