proxy.golang.org : github.com/FollowTheProcess/set
Package set implements a hash set, generic over any comparable type and associated functionality such as intersection, union and difference. The hash set implemented here is an unordered collection and as such the ordering of the items when printing or converting to a slice is non-deterministic, the user should therefore sort the results if a deterministic order is required.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21follow%21the%21process/set
License: MIT
Latest release: over 3 years ago
First release: over 3 years ago
Namespace: github.com/FollowTheProcess
Last synced: 28 days ago