mask255 top-level property

BigInt mask255
final

A mask for the least significant 255 bits, used for bitwise operations.

Implementation

final mask255 = BigInt.parse(
    "7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
    radix: 16);