Represents functional interface returning no value and accepting the single argument of type ReadOnlySpan<T>.
Namespace: DotNext.Buffers Assembly: DotNext.dll Syntaxpublic interface IReadOnlySpanConsumer<T> : ISupplier<ReadOnlyMemory<T>, CancellationToken, ValueTask>, IFunctional<Func<ReadOnlyMemory<T>, CancellationToken, ValueTask>>
Type Parameters Name Description T
The type of the elements in the span.
Methods | Edit this page View Source Invoke(ReadOnlySpan<T>)Invokes the consumer.
Declarationvoid Invoke(ReadOnlySpan<T> span)
Parameters Type Name Description ReadOnlySpan<T> span
The span of elements.
Extension MethodsRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4