Options
All
  • Public
  • Public/Protected
  • All
Menu

from..=to

Hierarchy

Implements

  • Iterable<bigint>

Index

Constructors

Properties

Methods

Constructors

constructor

  • new IRangeEq(from: bigint, to: bigint): IRangeEq

Properties

[TheRange]

[TheRange]: true

from

from: bigint

to

to: bigint

Methods

[iterator]

  • [iterator](): { [iterator]: any; next: any }
  • Returns { [iterator]: any; next: any }

    • [iterator]:function
      • [iterator](): IterableIterator<bigint>
    • next:function
      • next(): IteratorResult<bigint, any>

Generated using TypeDoc