Current section
Files
Jump to
Current section
Files
queue_wrapper
CHANGELOG.md
CHANGELOG.md
# CHANGELOG
## 1.0.0
- Delegates to all of the `:queue` modules
methods (that aren't deprecated).
- `replace_at`: method for replacing values at a certain indexs
- `reduce_while`: similar to Enum reduce
- `reduce`: similar to Enum reduce
- `equal`: checks the equality of two queues, based on their contents.