getInt128 method

BigInt getInt128()

Reads 16-bytes as a signed integer.

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

Implementation

BigInt getInt128() => getBigInt(ByteLength.i128);