Interface Reversible<T>

Implements an iterable that allows backward iteration.

Interface

Reversible

Type Parameters

  • T = any

Hierarchy

  • Reversible

Properties

Properties

reversed: (() => Iterable<T>)

Type declaration

    • (): Iterable<T>
    • Returns Iterable<T>

Generated using TypeDoc