import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { PointerValue } = Deno;
Pointers are represented either with a PointerObject
object or a null
if the pointer is null.
definition: null | PointerObject<T>