add_byte method

void add_byte(
  1. int byte
)

Implementation

void add_byte(int byte) {
    super.add(Nat8(byte));
}