Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IForwardIterator<T, Iterator>

Forward iterator.

author

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

Type parameters

Hierarchy

Implemented by

Index

Type aliases

Properties

Methods

Type aliases

ValueType

ValueType<Pointer>: Pointer extends IPointer<infer T> ? T : unknown

Inference of Value Type.

Type parameters

Properties

value

value: T

Reference of the value.

Methods

equals

  • equals(obj: Iterator): boolean

next

  • next(): Iterator

Generated using TypeDoc