setUByteAt

external fun ByteArray.setUByteAt(index: Int, value: UByte)(source)

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

Since Kotlin

1.3

Throws

if index is outside of array boundaries.