set

fun set(byte: Byte)(source)

Set the byte at the index

Since

0.1.0

Parameters

byte

The byte to set


fun set(boolean: Boolean)(source)

Set the byte at the index

Since

0.1.0

Parameters

boolean

The unsigned byte to set


fun set(unsignedByte: UByte)(source)

Set the byte at the index

Since

0.1.0

Parameters

unsignedByte

The unsigned byte to set