An iterator that yields non-overlapping values in chunks (tuples) of a certain size.

Type Parameters

  • T
  • Size extends number

Implements

Constructors

Properties

Methods

Constructors

Properties

chunk: T[] = []
done: boolean = false
fill?: T
iterator: Iterator<T, any, any>
length: Size

Methods