method Deno.UnsafePointerView.prototype.copyInto
Jump to headingUnsafePointerView.prototype.copyInto(destination: BufferSource,offset?: number,): voidCopies the memory of the pointer into a typed array.
Length is determined from the typed array's byteLength.
Also takes optional byte offset from the pointer.
Parameters Jump to heading
Jump to headingdestination: BufferSourceoptional
Jump to headingoffset: numberReturn Type Jump to heading
void