An iterator that collects (triplets) from the input Iterator<T>, like: [T, T, T].

Type Parameters

  • T

Implements

  • IterableIterator<[T, T, T]>

Constructors

Properties

Methods

Constructors

Properties

iterator: Iterator<T, any, any>
prev: T[] = []

Methods