Closed mateon1 closed 4 years ago
There should be a convenience method set.is_empty(). Currently you have to compare set.len() == 0.
set.is_empty()
set.len() == 0
I'll happily accept a pull request for this, or will try to get to it this summer.
There should be a convenience method
set.is_empty()
. Currently you have to compareset.len() == 0
.