DotNext by .NET Foundation and Contributors

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

 TextConsumer

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

Gets a value indicating that the underlying text writer is null.

public TextConsumer(TextWriter output)

Wraps the text writer.

public static bool op_Equality(TextConsumer left, TextConsumer right)

public static TextConsumer op_Implicit(TextWriter output)

Wraps the text writer.

public static bool op_Inequality(TextConsumer left, TextConsumer right)

public bool Equals(TextConsumer other)