word property

BigInt word
final

Represents 2^16 (65536), a word.

Implementation

static final BigInt word = BigInt.from(2).pow(16);