setULongAt

@ExperimentalUnsignedTypes
external fun ByteArray.setULongAt(index: Int, value: ULong)(source)

Sets ULong out of the ByteArray byte buffer at specified index index

Since Kotlin

1.3

Throws

if index is outside of array boundaries.