Description
We have been refactoring basic operators to be data-type-based for readability, flexibility, and extensibility.
Unary and comparison operators are still not data-type-based yet. We should fill the gaps.
- Unary operators: _neg, abs, invert_,
- Comparison operators: >, >=, <, <=, ==, !=