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

!feat: Make range into an iterator and make it generic #5

Merged
merged 5 commits into from
Mar 2, 2023
Merged

!feat: Make range into an iterator and make it generic #5

merged 5 commits into from
Mar 2, 2023

Conversation

txgruppi
Copy link
Contributor

  • Making the range into an iterator allow huge intervals to be used without using a lot of memory
  • Making it generic allow the use of the other numeric data types

- Making the range into an iterator allow huge intervals to be used
  without using a lot of memory
- Making it generic allow the use of the other numeric data types
@txgruppi
Copy link
Contributor Author

@Delta456 I know it is a breaking change, but I would love to know what you think of it.

@Delta456
Copy link
Owner

Delta456 commented Mar 2, 2023

@Delta456 I know it is a breaking change, but I would love to know what you think of it.

This change is awesome and goes with the new way to make ranges. I will be releasing a v0.2.0 just because it doesn't break anything for old users.

Copy link
Owner

@Delta456 Delta456 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@Delta456 Delta456 merged commit c91bcfb into Delta456:master Mar 2, 2023
@Delta456 Delta456 mentioned this pull request Mar 2, 2023
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