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

collection#upto doesn't include the maximum expression #1038

Open
alexanderpann opened this issue Aug 17, 2024 · 0 comments
Open

collection#upto doesn't include the maximum expression #1038

alexanderpann opened this issue Aug 17, 2024 · 0 comments

Comments

@alexanderpann
Copy link
Member

Example: 1.upto(9).sum equals 36 and not 45 because it sums up 1 up to 8. This is really counter-intuitive.

I propose a second argument inclusive that is set to false by default to not make a breaking change.
For example: 1.upto(9,inclusive=false).sum and 1.upto(9,inclusive=true).sum

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

No branches or pull requests

1 participant