Kerollmops / sdset

Set theory applied on sorted and deduplicated slices.
https://docs.rs/sdset
MIT License
46 stars 3 forks source link

Implement IntoIterator for all set operations #23

Closed tzcnt closed 2 years ago

tzcnt commented 2 years ago

For each set operation, implement .iter() and .into_iter().

Add new unit tests for set -> iter operations.