struct

BigInt

Inherits Comparable < Comparable < Comparable < Comparable < Int < Comparable < Comparable < Comparable < Number < Comparable < Steppable < Comparable < Value < Object

A BigInt can represent arbitrarily large integers.

It is implemented under the hood with GMP.

NOTE: To use BigInt, you must explicitly import it with require "big"

Constructors

from_con(value, pull : CON::PullParser) : BigInt
Source
from_con(pull : CON::PullParser) : BigInt
Source