Deno.UnsafePointerView.prototype.getBigUint64 - Deno documentation
method Deno.UnsafePointerView.prototype.getBigUint64
UnsafePointerView.prototype.getBigUint64(offset?: number): bigint

Gets an unsigned 64-bit integer at the specified byte offset from the pointer.

Parameters

optional
offset: number

Return Type

bigint