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