You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import (
...
set "github.com/AlexVulaj/go-set"...
)
...// Create a new empty Set of type intset.NewSet[int]()
// Create a new non-empty Set of type stringset.NewSet[string]("hello", "world")