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