Returns true if this value evaluates less than other.
other
bool operator <(Uint16 other) => value < other.value;