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 bac2d26 commit 6378ec6Copy full SHA for 6378ec6
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+- Created the `iterator` module with the `unfold`, `repeatedly`, `repeat`,
6
+ `from_list`, `fold`, `run`, `to_list`, `take`, `drop`, `map`, `filter`,
7
+ `cycle`, and `range` functions.
8
- Created the `set` module with the `new`, `insert`, and `contains` functions.
9
- Created the `io` module with the `print`, `println`, and `debug` functions.
10
- Created the `queue` module with the `new`, `from_list`, `to_list`,
0 commit comments