-
Notifications
You must be signed in to change notification settings - Fork 2
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
object/integer: satisfy iterable interface #66
Conversation
Make integer iterable to provide an easy way of iterating from 0 to an arbitrary number.
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/flipez/rocket-lang/48jGqDC29R5L6uaxSoQQ4hymziME |
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 82.01% 82.91% +0.90%
==========================================
Files 81 81
Lines 2319 2336 +17
==========================================
+ Hits 1902 1937 +35
+ Misses 354 339 -15
+ Partials 63 60 -3
Continue to review full report at Codecov.
|
Make integer iterable to provide an easy way of iterating from 0 to an arbitrary number.