Skip to main content
Deno.PointerObject - Deno documentation
interface Deno.PointerObject
A non-null pointer, represented as an object at runtime. The object's prototype is `null` and cannot be changed. The object cannot be assigned to either and is thus entirely read-only. To interact with memory through a pointer use the [`UnsafePointerView`](../././~/Deno.UnsafePointerView) class. To create a pointer from an address or the get the address of a pointer use the static methods of the [`UnsafePointer`](../././~/Deno.UnsafePointer) class.

Type Parameters

T = unknown

Properties