Class Byte
The Byte
class represents a wrapper over a single Byte
value. A Byte
value is always unsigned, giving it a range from 0 to 255. Byte
literals
are written using 't' as the suffix on an Integer
value.
public define to_i: Integer
Convert a Byte
to an Integer
.