type alias Deno.PointerValue
Pointers are represented either with a PointerObject
object or a null
if the pointer is null.
Type Parameters Jump to heading
Jump to headingT = unknown
Definition Jump to heading
null | PointerObject<T>
Pointers are represented either with a PointerObject
object or a null
if the pointer is null.
Jump to headingT = unknown
null | PointerObject<T>