Travis Griggs
crummy
Shawn
UByte
elect
infix fun UByte.shl(shift:Int):UByte { return (this.toUInt() shl shift).toUByte() }
A modern programming language that makes developers happier.