Chriscbr / thinset

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

Implement `Debug`, `PartialEq`, `Eq` traits #13

Closed Chriscbr closed 8 months ago

Chriscbr commented 8 months ago

Implements the Debug, PartialEq, and Eq traits for SparseMap and SparseSet. For SparseSet there really any difference between Eq / PartialEq since the values are primitive integer types, which are always Eq.