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

Gets a signed 64-bit integer at the specified byte offset from the pointer.

Parameters

optional
offset: number

Return Type

bigint
Back to top