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

Two-variable comprehension support #1034

Merged
merged 4 commits into from
Oct 8, 2024

Conversation

TristonianJones
Copy link
Collaborator

Support for iterating over map entries (key, value) or list elements (index, value)

This expanded power allows for coordinated indexing into other lists or maps more easily.
Additionally, this change allows for map entry value transformations.

@TristonianJones TristonianJones changed the title [WIP] Two-variable comprehension support Two-variable comprehension support Oct 7, 2024
@TristonianJones TristonianJones marked this pull request as ready for review October 7, 2024 18:49
@TristonianJones TristonianJones requested a review from jcking October 7, 2024 18:50
@TristonianJones TristonianJones merged commit 3142950 into google:master Oct 8, 2024
2 checks passed
@TristonianJones TristonianJones deleted the eval-fold-v2-e branch October 8, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants