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