u8 method

int u8()

Implementation

int u8() {
  require(1);
  return bytes[_pos++];
}