nothing to see here
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set: introduce Set type

oppi.li 5561a54d

+6
+3
go.mod
··· 1 + module tangled.sh/oppi.li/go-hashset 2 + 3 + go 1.24.1
+3
set.go
··· 1 + package hashset 2 + 3 + type Set[T comparable] map[T]struct{}