Represents ReadOnlySpanAction<T, TArg> counterpart with return value.
Namespace: DotNext.Buffers Assembly: DotNext.IO.dll Syntaxpublic delegate TResult ReadOnlySpanFunc<T, in TArg, out TResult>(ReadOnlySpan<T> span, TArg arg)
Parameters Type Name Description ReadOnlySpan<T> span
A read-only span of objects.
TArg argA state object.
Returns Type Description TResultThe value returned by the delegate.
Type Parameters Name Description TThe type of the objects in the read-only span.
TArgThe type of the object that represents the state.
TResultThe type of return value.
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