Interface Iterator

Datatype determining how a for loop should operate

Hierarchy

  • Iterator

Properties

condition: ((j: number) => boolean)

Type declaration

    • (j: number): boolean
    • When should the iterator run

      Parameters

      • j: number

      Returns boolean

increment: number

index change for every iteration

start: number

The start value of the iterator

Generated using TypeDoc