Sylvain Patenaude
Byte
UByte
val toto: UByte = 128u
while (myUByteArray[index] and 128u == 128u) { }
128u.toUByte()
128u
val
Dico
myUByteArray[index].toUInt()
0x80u
A modern programming language that makes developers happier.