An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/gozeloglu/set

Package set is a set package provides set data structure for Go. It is written without any dependency. You can call the Union() method for creating a new Set which contains the all items from the set1 and set2. It concatenates two sets and creates a new one. In order to take intersection of the sets, you can call the Intersection() method. You can find the difference between sets by Difference() method. You can check the set which is subset of the another set with IsSubset() method. You can check the set which is superset of the another set with IsSuperset() method. You can check whether the sets are equal with the Equal() method. You can check whether the sets are disjoint with IsDisjoint() method. You can get the symmetric difference of two sets by SymmetricDifference() method.

Ecosystem
proxy.golang.org
Latest Release
v1.0.1
almost 4 years ago
Versions
13
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/gozeloglu/set
spec
License MIT
Namespace github.com/gozeloglu
First Release about 4 years ago
Last Synced 15 days ago
Repository
Stars 2 on GitHub
Forks 0 on GitHub
Rankings on proxy.golang.org
Overall Top 8.2%