Options
All
  • Public
  • Public/Protected
  • All
Menu

from..to

Hierarchy

Implements

  • Iterable<bigint>

Index

Constructors

Properties

Methods

Constructors

constructor

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

Properties

[TheRange]

[TheRange]: true

from

from: bigint

to

to: bigint

Methods

[iterator]

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

Generated using TypeDoc