We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0344a7b commit 95c1431Copy full SHA for 95c1431
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