These should work on any type whose underlying type is uint256. They will implicitly demote. We should support +, -, *, and /, with their usual semantics (/ always rounds down). Once added, we should support < and > in conditions as well.
This is of somewhat lesser importance, as it is not part of the core language.
These should work on any type whose underlying type is
uint256. They will implicitly demote. We should support+,-,*, and/, with their usual semantics (/always rounds down). Once added, we should support<and>in conditions as well.This is of somewhat lesser importance, as it is not part of the core language.