kotlin-stdlib / kotlin.native / setLongAt setLongAt Native 1.3 fun ByteArray.setLongAt(index: Int, value: Long) Sets Long out of the ByteArray byte buffer at specified index index Exceptions ArrayIndexOutOfBoundsException - if index is outside of array boundaries.