MAX_U64_BIG_INT top-level property

BigInt MAX_U64_BIG_INT
final

Implementation

final MAX_U64_BIG_INT = BigInt.from(2).pow(64) - BigInt.one;