Uint128 class
uint128 holds a 128-bit number as two 64-bit limbs, for use with the bits.Mul64 and bits.Add64 intrinsics.
Constructors
Properties
Methods
-
addMul64(
BigInt a, BigInt b) → void - addMul64 returns v + a * b.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shiftRightBy51(
) → BigInt - shiftRightBy51 returns a >> 51. a is assumed to be at most 115 bits.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited