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 1e29dea commit 2fb251cCopy full SHA for 2fb251c
NEWS.md
@@ -97,6 +97,7 @@ New library functions
97
* `uuid7()` creates an RFC 9652 compliant UUID with version 7 ([#54834]).
98
* `insertdims(array; dims)` allows to insert singleton dimensions into an array which is the inverse operation to `dropdims`. ([#45793])
99
* The new `Fix` type is a generalization of `Fix1/Fix2` for fixing a single argument ([#54653]).
100
+* `@outline expr` moves `expr` out to a separate, noinlined function -- a common performance optimization for error-throwing parts of code. ([#57122])
101
102
New library features
103
--------------------
0 commit comments