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 b99ec49 commit 556ff38Copy full SHA for 556ff38
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- The `iterator` module gains the `first` and `at` functions.
6
- The `list` module renames the `head` and `tail` functions to `first` and `rest`.
7
+- The `list.at` function now behaves uniformly to `iterator.at`.
8
- `int.to_base_string` now returns a `Result(Int, InvalidBase)`.
9
- The `int` module gains the `to_base2`, `to_base8`, `to_base16` and `to_base36` functions.
10
0 commit comments