struct BigInt

Overview

A BigInt can represent arbitrarily large integers.

It is implemented under the hood with GMP.

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Bytes) #

Initialize from a Byte array.


Instance Method Detail

def bytes #

Fetch a copy of the underlying byte representation.