Update `Fifo` to leverage summation components
Open
enhancement
good first issue
- Dominant language
- Dart
- Stars
- 115
- Forks
- 39
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 1
Description
### Motivation
There is some stuff like pointer wrap-around in the Fifo that could be replaced with using `Sum` or `Counter`.
### Desired solution
Reuse existing componentry instead of duplicating functionality.
### Alternatives considered
_No response_
### Additional details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.