import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { UnsafePointer } = Deno;
Returns true
if the two pointers point to the same address.
Parameters
a: PointerValue<T>
b: PointerValue<T>
x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.UnsafePointer.equals
import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { UnsafePointer } = Deno;
Returns true
if the two pointers point to the same address.