GeminiLab / enumerable

Enumerate all possible values of a type in Rust.
https://docs.rs/enumerable
MIT License
1 stars 1 forks source link

Remove `BoolEnumerator` #2

Closed aarkegz closed 2 months ago

aarkegz commented 5 months ago

Remove BoolEnumerator and replace it with iter::Copied<slice::Iter>.