fractaledmind / activeset

A toolkit for working with enumerable sets.
MIT License
2 stars 1 forks source link

Total count on filtered sets incorrect? #10

Closed riyengar8 closed 6 years ago

riyengar8 commented 6 years ago

It appears that filtering a set returns a new set with the count of the pre-filtered set passed in. The count in a filtered set needs to reflect the post-filter count.