mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:35:06 +00:00
![]() This prototype is a bit tricky in that we need to maintain the iteration state of the mapped iterator's inner iterator as we return values to the caller. To do this, we create a FlatMapIterator helper to perform the steps that apply to the current iteration state. |
||
---|---|---|
.. | ||
Iterator.from.js | ||
Iterator.js | ||
Iterator.prototype.@@toStringTag.js | ||
Iterator.prototype.drop.js | ||
Iterator.prototype.filter.js | ||
Iterator.prototype.flatMap.js | ||
Iterator.prototype.map.js | ||
Iterator.prototype.take.js |