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