Skip to main content
class Deno.UnsafePointer
Unstable

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

Static Methods

of(value: Deno.UnsafeCallback | TypedArray): PointerValue

Return the direct memory pointer to the typed array in memory