u8 Type

Syntax

<u8-type> ::= "u8"

Semantics

  • It is 1 byte in size.
  • It can contain the numbers between 0 and 28-1 (255).