byte typedef

byte = int

Type to mark an int property or List as 8-bit sized.

You may only store values between 0 and 255 in such a property.

Implementation

typedef byte = int;