Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PairwiseIterator<T>

Type Parameters

  • T

Hierarchy

  • PairwiseIterator

Implements

  • IterableIterator<[T, T]>

Index

Constructors

Properties

Methods

Constructors

  • new PairwiseIterator<T>(iterator: Iterator<T, any, undefined>): PairwiseIterator<T>

Properties

prev: undefined | T

Methods

  • [iterator](): IterableIterator<[T, T]>
  • next(): IteratorResult<[T, T], any>

Generated using TypeDoc