import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { UnsafePointerView } = Deno;
Gets an ArrayBuffer
of length byteLength
at the specified byte
offset from the specified pointer.
x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.UnsafePointerView.getArrayBuffer
import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { UnsafePointerView } = Deno;
Gets an ArrayBuffer
of length byteLength
at the specified byte
offset from the specified pointer.