Lymia / enumset

A library for compact bit sets containing enums.
Apache License 2.0
91 stars 35 forks source link

Implement ExactSizeIterator for EnumSetIter #15

Closed dmarcuse closed 4 years ago

dmarcuse commented 4 years ago

Since the size of an EnumSetIter is always known, ExactSizeIterator can also be implemented.

Lymia commented 4 years ago

The build is failing due to an ICE on Nightly, but. This seems to also happen on the current head, so.

dmarcuse commented 4 years ago

Thank you!