More complete support for signed operations
Open
enhancement
help wanted
- Dominant language
- Dart
- Stars
- 489
- Forks
- 88
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 10
Description
## Motivation
Right now most operations in ROHD are unsigned. Less than, greater than, etc. would be a lot more convenient with some built in signed support.
## Desired solution
Allow operations to be performed using signed or unsigned math optionally.
## Alternatives considered
Letting users do their own signed math is unnecessary overhead.
Contributor guide
Assessment
This issue has not been assessed yet.