setUShortAt

@ExperimentalUnsignedTypes
external fun ByteArray.setUShortAt(index: Int, value: UShort)

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

Throws

if index is outside of array boundaries.