hi property

int hi

"Hi" (upper) bits.

This is an alias for [0] and first.

Implementation

int get hi => this[0];
void hi=(int hi)

Implementation

set hi(int hi) => this[0] = hi;