method Deno.UnsafePointerView.copyInto
Jump to headingUnsafePointerView.copyInto(): void
Copies the memory of the specified 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 headingpointer: PointerObject
Jump to headingdestination: BufferSource
optional
Jump to headingoffset: number
Return Type Jump to heading
void