hi function

int hi(
  1. int value
)

Implementation

int hi(int value) => (value & 0xFF00) >> 8;