JavaScript ECMAScript Iterator
JavaScript ECMAScript のIteratorに関する言語リファレンス情報をまとめたカテゴリです。
Iteratorクラス
constructor
instance-method
Iterator.prototype.drop()
Iterator.prototype.every()
Iterator.prototype.filter()
Iterator.prototype.find()
Iterator.prototype.flatMap()
Iterator.prototype.forEach()
Iterator.prototype.map()
Iterator.prototype.reduce()
Iterator.prototype.some()
Iterator.prototype.take()
Iterator.prototype.toArray()
Iterator.prototype[Symbol.dispose]()
Iterator.prototype[Symbol.iterator]()