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

Replace range with until function that does not include its end element #11

Merged
merged 1 commit into from Aug 27, 2017

Conversation

wesjon
Copy link

@wesjon wesjon commented Aug 23, 2017

for-in-until was included in Kotlin 1.1.4 and it's offers optimizations for right-exclusive loops (ref.).

I am opening this PR to change the right-exclusive loop example in Kotlin using until instead of ranges.

@fabiomsr fabiomsr merged commit 9573d99 into fabiomsr:master Aug 27, 2017
@fabiomsr
Copy link
Owner

Thanks. 👍

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.

None yet

2 participants