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 9c31a1b commit 9ae6fa9Copy full SHA for 9ae6fa9
NEWS.md
@@ -51,6 +51,7 @@ Standard library changes
51
`keep` that are to be kept as they are. ([#38597]).
52
* `getindex` can now be used on `NamedTuple`s with multiple values ([#38878])
53
* `keys(::RegexMatch)` is now defined to return the capture's keys, by name if named, or by index if not ([#37299]).
54
+* `keys(::Generator)` is now defined to return the iterator's keys ([#34678])
55
* `RegexMatch` now iterate to give their captures. ([#34355]).
56
57
#### Package Manager
0 commit comments