Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

add support for tuples to {Async,}Iterator.prototype.flatMap and {Async,}Iterator.from #369

@michaelficarra

Description

@michaelficarra

Iterator helpers advanced to stage 3 today. As discussed in plenary, we would like the R&T proposal to add support for tuples to these 4 methods:

  • Iterator.from
  • AsyncIterator.from
  • Iterator.prototype.flatMap
  • AsyncIterator.prototype.flatMap

This should be pretty easy to do by just modifying GetIteratorFlattenable which is shared between all of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions