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
I was surprised to discover that std::iter::Step was not implement on either IBig nor UBig. Implementing Step means that IBig and UBig could be used in Range, allowing:
for i in(ibig!(0)..limit){// elided}
I may be able to put together a PR if you are interested.
The text was updated successfully, but these errors were encountered:
I was surprised to discover that std::iter::Step was not implement on either IBig nor UBig. Implementing Step means that IBig and UBig could be used in Range, allowing:
I may be able to put together a PR if you are interested.
The text was updated successfully, but these errors were encountered: