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