getUint128 method
Reads 16-bytes
as an unsigned integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+8
≤ this.length
.
Implementation
BigInt getUint128() => getBigUint(ByteLength.u128);
Reads 16-bytes
as an unsigned integer
.
The offset must satisy the relations 0
≤ offset
≤ offset+8
≤ this.length
.
BigInt getUint128() => getBigUint(ByteLength.u128);