Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / IReverseIterable

Interface: IReverseIterable<E>

Defined in: index.ts:125

Since

2.0.0

Extended by

Type Parameters

E

E

Value type.

Methods

reverseIterator()

reverseIterator(): Generator<E>

Defined in: index.ts:129

Iterates elements from the most recently added to the earliest.

Returns

Generator<E>

Built with VitePress – Released under the MIT License.