struct

BigInt

Inherits Unit::AllNumericExtensions < Unit::Density::NumericExtensions < Unit::Volume::NumericExtensions < Unit::Length::NumericExtensions < Unit::Weight::NumericExtensions < 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"