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