-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
It would be nice if the new sintax for (let value of values)
works with iterators; ie:
for (let value of myMap.values()) {
doSomething(value);
}
Related with #2695 .
hberntsen, icholy, Lyoko-Jeremie, Judp0m, SlurpTheo and 2 more
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code