Chriscbr / thinset

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

Implement `Default` for `SparseMap` and `SparseSet` #12

Closed thass0 closed 9 months ago

thass0 commented 9 months ago

The two tests I added only need to compile. That's sufficient to verify that Default is in fact implemented for both structures.

Closes #7