Module big_int

Source

Structs§

BigInt
A signed integer in the range [-2^128, 2^128], represented by a u128 and an explicit sign.

Enums§

Sign 🔒
This are in order so negative is less than non-negative.