Type alias GPCClosedInterval

GPCClosedInterval: {
    max: bigint;
    min: bigint;
}

Convenient type for closed intervals used in (out of) bounds/range checks.

Type declaration

  • max: bigint
  • min: bigint

Generated using TypeDoc