It could be useful to have more compact datatypes. Probably the most useful would be 'byte', to avoid having to parse a long, check its max value every time in user code and then cast.
Another could be 'bool', but it's easily replaceable with 'byte'.
It could be useful to have more compact datatypes. Probably the most useful would be 'byte', to avoid having to parse a long, check its max value every time in user code and then cast.
Another could be 'bool', but it's easily replaceable with 'byte'.