Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRetroable<T>

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

Type parameters

  • T

Hierarchy

  • IRetroable

Index

Methods

Methods

retro

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

    Returns IIterator<T>

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

Generated using TypeDoc