github.com/jxskiss/gopkg@v0.17.3/set/generic.go (about) 1 package set 2 3 //go:generate go run template.go 4 5 // TODO: generic implementation using the new generic syntax.