Chris Palmer
3a9f5c02bf
util/set: make Clone a method ( #10044 )
...
Updates #cleanup
Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
2023-11-01 10:20:38 -07:00
Chris Palmer
00375f56ea
util/set: add some more Set operations ( #10022 )
...
Updates #cleanup
Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
2023-10-31 17:15:40 -07:00
Chris Palmer
8833dc51f1
util/set: add some useful utility functions for Set ( #9535 )
...
Also give each type of set its own file.
Updates #cleanup
Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
2023-09-29 14:31:02 -07:00
Brad Fitzpatrick
b69059334b
util/set: add a basic map-based Set type
...
We have two other types of Sets here. Add the basic obvious one too.
Needed for a change elsewhere.
Updates #cleanup
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-05-11 15:17:34 -07:00