DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.13.0" />

 StringBuilderConsumer

Represents implementation of IReadOnlySpanConsumer<T> in the form of the writer to StringBuilder.
public bool IsEmpty { get; }

Gets a value indicating that the underlying builder is null.

Wraps the builder.

Wraps the builder.

public bool Equals(StringBuilderConsumer other)