getUint128 method

BigInt getUint128()

Reads 16-bytes as an unsigned integer.

The offset must satisy the relations 0offsetoffset+8this.length.

Implementation

BigInt getUint128() => getBigUint(ByteLength.u128);