arrayset 1.0.0

An array-backed ordered set type.
Documentation
1
2
3
4
5
# arrayset

An `Ord`-based, array-backed set type.

Eventually, I plan to add at least an array-based Map type, and perhaps a Hash-based set of no-alloc types.