get_byte_i method

int get_byte_i(
  1. int i
)

Implementation

int get_byte_i(int i) {
    Nat8 nat8byte = this[i];
    return nat8byte.value;
}