Packages

A module which extends the erlang queue module.

Current section

Files

Jump to
queue_wrapper CHANGELOG.md
Raw

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.