summaryrefslogtreecommitdiffhomepage
path: root/util/set/set_test.go
AgeCommit message (Expand)AuthorFilesLines
2024-05-05util/set: add Of variant of SetOf that takes variadic parameterBrad Fitzpatrick1-10/+19
2023-11-20util/set: implement json.Marshaler/Unmarshaler (#10308)Andrew Lytvynov1-0/+46
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-1/+51
2023-09-29util/set: add some useful utility functions for Set (#9535)Chris Palmer1-1/+41
2023-05-11util/set: add a basic map-based Set typeBrad Fitzpatrick1-0/+24