Searched refs:INT64_MAX (Results 1 – 2 of 2) sorted by relevance
13 SIGNED_MAX = INT64_MAX,
16 static INT64_MAX: bigint = (2n ** 63n) - 1n; property in BigintMath