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
The Generator struct implements Iterator, but not ExactSizeIterator. It would be nice to be able to create one if you already have access to the number of elements you are going to generate.
The text was updated successfully, but these errors were encountered:
The
Generator
struct implementsIterator
, but notExactSizeIterator
. It would be nice to be able to create one if you already have access to the number of elements you are going to generate.The text was updated successfully, but these errors were encountered: