method Deno.UnsafePointerView.getArrayBuffer
Jump to headingUnsafePointerView.getArrayBuffer(): ArrayBuffer
Gets an ArrayBuffer
of length byteLength
at the specified byte
offset from the specified pointer.
Parameters Jump to heading
Jump to headingpointer: PointerObject
Jump to headingbyteLength: number
optional
Jump to headingoffset: number
Return Type Jump to heading
ArrayBuffer