method Deno.UnsafePointerView.getArrayBuffer
Jump to headingUnsafePointerView.getArrayBuffer(): ArrayBufferGets an ArrayBuffer of length byteLength at the specified byte
offset from the specified pointer.
Parameters Jump to heading
Jump to headingpointer: PointerObjectJump to headingbyteLength: numberoptional
Jump to headingoffset: numberReturn Type Jump to heading
ArrayBuffer