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
  • Test whether equal to other iterator.

    Parameters

    • obj: Iterator

      The iterator to compare.

    Returns boolean

    Whether equal or not.

next

  • next(): Iterator

Generated using TypeDoc