proxy.golang.org : github.com/kisielk/set
Package set provides functions for working with finite sets. All functions in this package require that the types of their Interface arguments match. If the types of the arguments do not match the functions will panic. The concrete type of the return value will be the same as that of the inputs. A type implementing set.Interface must be map, slice, or a struct. Other types will result in a panic when trying to call any of the routines expecting an Interface instance.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/kisielk/set
License: MIT
Latest release: over 12 years ago
First release: over 12 years ago
Namespace: github.com/kisielk
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago