DelegatingReadOnlySpanConsumer<T, TArg>
public struct DelegatingReadOnlySpanConsumer<T, TArg> : IReadOnlySpanConsumer<T>, ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<T>, CancellationToken, ValueTask>>
Represents implementation of IReadOnlySpanConsumer<T> that delegates
invocation to the delegate of type ReadOnlySpanAction<T, U>.
Gets a value indicating that the underlying delegate is null.
Wraps the delegate instance.