@szilanor/stream
Preparing search index...
pairwiseAsync
Function pairwiseAsync
pairwiseAsync
<
T
>
()
:
AsyncOperationFunction
<
T
,
[
T
,
T
]
>
Returns an Iterable that yields the current and the previous entry of the source Iterable.
Type Parameters
T
Returns
AsyncOperationFunction
<
T
,
[
T
,
T
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields the current and the previous entry of the source Iterable.