Iterated elements type.
A push iterable to construct iterator of.
Push iterator.
Creates an iterable iterator over elements of the given iterable supporting iterable iteration.
Calls iterable[Symbol.iterator]() and returns its result.
Iterated elements type.
A push iterable to construct iterator of.
Iterable iterator.
Creates iterator over elements of the given iterable.
Calls iterable[Symbol.iterator]() and returns its result.
Iterated elements type.
An iterable to construct iterator of.
Either push or raw iterator.
Generated using TypeDoc
Creates a push iterator over elements of the given push
iterable.Calls
iterable[Symbol.iterator]()and returns its result.