AdjacentPairsSequence

A sequence of adjacent pairs of elements built from an underlying sequence.

AdjacentPairs.swift:70
struct AdjacentPairsSequence<Base> where Base : Sequence

Use the adjacentPairs() method on a sequence to create an AdjacentPairsSequence instance.