copyInto method
void
copyInto({})
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,
});