We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc9f1f commit 0aeedc4Copy full SHA for 0aeedc4
README.md
@@ -2,11 +2,15 @@
2
3
A `:queue` wrapper with improvements in API and addition of Protocol implementations
4
5
-## Protocols
+### Protocols
6
7
`Inspect`, `Collectable` and `Enumerable` are implemented,
8
use Qex with `IO.inspect` and `Enum` functions!
9
10
+### Function signatures
11
+
12
+Parameters are re-ordered to better suit Elixir's awesome `|>`
13
14
## Installation
15
16
The package can be installed as:
0 commit comments