Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.UnsafePointer

UNSTABLE: Unsafe and new API, beware!

An unsafe pointer to a memory location for passing and returning pointers to and from the ffi

class UnsafePointer {
static of(value: Deno.UnsafeCallback | TypedArray): bigint;
}

§Static Methods

§
of(value: Deno.UnsafeCallback | TypedArray): bigint
[src]

Return the direct memory pointer to the typed array in memory