method Deno.UnsafePointerView.copyIntoUnsafePointerView.copyInto(pointer: PointerObject,destination: BufferSource,offset?: number,): voidDeprecatedCopies 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. Parameterspointer: PointerObjectdestination: BufferSourceoptionaloffset: numberReturn Typevoid