Iterator interface should not have @@iterator method
Aberta
bug
iterators
Library definitions
- Linguagem predominante
- Rust
- Estrelas
- 22.3k
- Forks
- 1.9k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
[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?
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.