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 f80f31c commit 4c57f88Copy full SHA for 4c57f88
NEWS.md
@@ -30,8 +30,11 @@ New library functions
30
31
New library features
32
--------------------
33
-The `initialized=true` keyword assignment for `sortperm!` and `partialsortperm!`
34
-is now a no-op ([#47979]). It previously exposed unsafe behavior ([#47977]).
+
+- The `initialized=true` keyword assignment for `sortperm!` and `partialsortperm!`
35
+ is now a no-op ([#47979]). It previously exposed unsafe behavior ([#47977]).
36
37
+- New methods `allequal(f, itr)` and `allunique(f, itr)` taking a predicate function ([#47679]).
38
39
Standard library changes
40
------------------------
0 commit comments