Simple set type for the Go language
Package Mapset implements a simple and generic set collection. Items stored within it are unordered and unique. It supports typical set operations: membership testing, intersection, union, difference, symmetric difference and cloning. Package Mapset provides two implementations of the Set interface. The default implementation is safe for concurrent access, but a non-thread-safe implementation is also provided for programs that can benefit from the slight speed improvement and that can enforce mutual exclusion through other means. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/deckarep/golang-set
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.7.1-6.fc35 | - |
Fedora 35 | 1.7.1-6.fc35 | - |
Fedora 34 | 1.7.1-5.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-deckarep-set dash maintainers at fedoraproject dot org
.