getUShortAt

@ExperimentalUnsignedTypes
external fun ByteArray.getUShortAt(index: Int): UShort

Gets UShort out of the ByteArray byte buffer at specified index index

Throws

if index is outside of array boundaries.