IReadOnlySpanConsumer<T>
public interface IReadOnlySpanConsumer<T> : ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>
Represents functional interface returning no value
and accepting the single argument of type ReadOnlySpan<T>.
Invokes the consumer.