You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to iterate ranges of values, I want a Range generator.
We can consider to make it very generic by accepting a Function which returns the next value and a Comparator to determine when the end is reached (or only support Comparables). Not sure if that would be too much though.
The text was updated successfully, but these errors were encountered:
In order to iterate ranges of values, I want a
Range
generator.We can consider to make it very generic by accepting a Function which returns the next value and a
Comparator
to determine when the end is reached (or only supportComparable
s). Not sure if that would be too much though.The text was updated successfully, but these errors were encountered: