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

Iterating array of tuples with more than two values #177

Merged
merged 2 commits into from
Mar 13, 2018

Conversation

ilyapuchka
Copy link
Collaborator

@ilyapuchka ilyapuchka commented Dec 28, 2017

Currently for loop allows only two-value tuples, this PR adds support for arrays of tuples with arbitrary number of values. For backward compatibility with iterating dictionaries I left an option to use less variable loops than tuple values.

@ilyapuchka ilyapuchka force-pushed the iterating-tuple-arrays branch 2 times, most recently from 0f28367 to 693d98b Compare December 28, 2017 15:40
@ilyapuchka ilyapuchka merged commit 9184720 into master Mar 13, 2018
@ilyapuchka ilyapuchka deleted the iterating-tuple-arrays branch March 13, 2018 09:25
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