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