Add basic operations directly on arithmetic types
Open
enhancement
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
It would be nice to have some basic capabilities for things like `FloatingPoint` and `FixedPoint` built-in at an `operator` level, so you can just compare two FPs (greater/less than/or equal to, plus, minus, etc.).
### Desired solution
Add operator overloading (relative to base `Logic`), and maybe more, for arithmetic types
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.