Chriscbr / thinset

A data structure for sparse sets of unsigned integers.
Apache License 2.0
2 stars 1 forks source link

Add `is_in` method to all value types in a set #16

Closed thass0 closed 7 months ago

thass0 commented 7 months ago

The IsInt trait allows writing 45.is_in(&set) instead of set.contains(45).