Skip to main content
method Deno.UnsafePointerView.prototype.getBigUint64
UnsafePointerView.prototype.getBigUint64(offset?: number): bigint
Deprecated

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

Parameters

optional
offset: number

Return Type

bigint
Back to top