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