Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AsyncSequence.enumerated() #261

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adam-fowler
Copy link
Contributor

Pretty much the same as Sequence.enumerated but for AsyncSequence.

eg Translates ["a", "b", "c"] to [(0,"a"), (1, "b"), (2, "c")]

@FranzBusch
Copy link
Member

Thanks for opening this @adam-fowler! Definitely a needed AsyncSequence. We are still finalising the 1.0.0 release. I will mark this as a 1.1.0 candidate

@FranzBusch FranzBusch added the v1.1 Post-1.0 work label Apr 5, 2023
macserv pushed a commit to macserv/advent-of-code that referenced this pull request Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.1 Post-1.0 work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants