https://github.com/anchore/go-collections
https://github.com/anchore/go-collections
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchore/go-collections
- Owner: anchore
- License: apache-2.0
- Created: 2024-02-15T18:35:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:09:06.000Z (over 1 year ago)
- Last Synced: 2025-03-27T04:41:45.217Z (over 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-collections
[](https://goreportcard.com/report/github.com/anchore/go-collections)
[](https://github.com/anchore/go-collections)
[](https://github.com/anchore/go-collections/blob/main/LICENSE)
[](https://anchore.com/slack)
A library with generic data structures for common collection operations.
## Status
***Consider this project to be in alpha. The API is not stable and may change at any time.***
## Overview
`collections.TaggedValue` a set of tags associated with a value
`collections.TaggedValueSet` provides methods for performing set operations on an arbitrary set of tagged values