copyInto method

void copyInto({
  1. required ByteArray output,
  2. required Int destinationIndex,
  3. required Int startIndex,
  4. required Int endIndex,
})

Copies range of mutable data to the byte array.

Implementation

external fun copyInto({
  required ByteArray output,
  required Int destinationIndex,
  required Int startIndex,
  required Int endIndex,
});