We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3120989 commit b9fef6eCopy full SHA for b9fef6e
NEWS.md
@@ -19,7 +19,7 @@ Language changes
19
define methods to explicitly handle Union{} without the ambiguities that commonly would
20
result previously. This also lets the runtime optimize certain method lookups in a way
21
that significantly improves load and inference times for heavily overloaded methods that
22
- dispatch on Types (such as traits and constructors).
+ dispatch on Types (such as traits and constructors). ([#49349])
23
* The "h bar" `ℏ` (`\hslash` U+210F) character is now treated as equivalent to `ħ` (`\hbar` U+0127).
24
* The `@simd` macro now has more limited and clearer semantics: it only enables reordering and contraction
25
of floating-point operations, instead of turning on all "fastmath" optimizations.
0 commit comments