Skip to content

@continuum-js/std


@continuum-js/std / pairwise

Function: pairwise()

pairwise<A>(e): Stream<[A, A]>

Defined in: index.ts:104

Pair each occurrence with the previous one; emits from the 2nd occurrence.

Type Parameters

A

A

Parameters

e

Stream<A>

Returns

Stream<[A, A]>