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

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

Parameters

optional
offset: number

Return Type

bigint