Iterator interface should not have @@iterator method
Ouverte
bug
iterators
Library definitions
- Langage dominant
- Rust
- Étoiles
- 22.3k
- Forks
- 1.9k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
[25.1.1.2 The Iterator Interface](http://www.ecma-international.org/ecma-262/6.0/#sec-iterator-interface) must have only `next` method. ATM both `interface $Iterator` and `interface $Iterable` have `@@iterator` method. Why is that?
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.