Interface IRetroable<T>

An object which can produce a reverse iterator over its values.

Type Parameters

  • T

Hierarchy

  • IRetroable

Implemented by

Methods

Methods

  • Get a reverse iterator over the object's values.

    Returns IterableIterator<T>

    An iterator which yields the object's values in reverse.

Generated using TypeDoc