Closed
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 .
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 .