Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReverseIterator<T, Base, This>

Reverse iterator

author

Jeongho Nam - https://github.com/samchon

Type parameters

Hierarchy

Index

Properties

Methods

Properties

value

value: T

Reference of the value.

Methods

base

  • base(): Base

equals

  • equals(obj: This): boolean

next

  • next(): This

prev

  • prev(): This

Generated using TypeDoc