github.com/go-board/x-go@v0.1.2-0.20220610024734-db1323f6cb15/xcontainer/set/int.go (about)

     1  package set
     2  
     3  import (
     4  	"golang.org/x/tools/container/intsets"
     5  )
     6  
     7  type IntSet struct {
     8  	*intsets.Sparse
     9  }