summaryrefslogtreecommitdiffhomepage
path: root/util/set/set.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-05-05util/set: add Of variant of SetOf that takes variadic parameterBrad Fitzpatrick1-0/+12
2023-11-20util/set: implement json.Marshaler/Unmarshaler (#10308)Andrew Lytvynov1-0/+14
2023-11-01util/set: make Clone a method (#10044)Chris Palmer1-1/+1
2023-10-31util/set: add some more Set operations (#10022)Chris Palmer1-2/+23
2023-09-29util/set: add some useful utility functions for Set (#9535)Chris Palmer1-24/+24
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick1-0/+3
2023-05-11util/set: add a basic map-based Set typeBrad Fitzpatrick1-0/+15
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-28util/set: add new set package for SetHandle typeBrad Fitzpatrick1-0/+30