An iterator that pairs adjacent values in the input Iterator<T> together like: [T, T]

Type Parameters

  • T

Implements

  • IterableIterator<[T, T]>

Constructors

Properties

Methods

Constructors

Properties

iterator: Iterator<T>
prev: null | IteratorResult<T, any> = null

Methods