Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Iterator<SourceT, IteratorT>

Type parameters

Hierarchy

  • IForwardIterator<number[], IteratorT>

Implemented by

Index

Properties

Methods

Properties

value

value: number[]

Methods

equals

  • equals(obj: IteratorT): boolean
  • Parameters

    • obj: IteratorT

    Returns boolean

    Whether equal or not.

next

  • next(): IteratorT
  • Returns IteratorT

    The next iterator.

source

  • source(): SourceT
  • Returns SourceT

    The source generator.

Generated using TypeDoc