Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + type Set interface + Add func(i interface{}) bool + Cardinality func() int + CartesianProduct func(other Set) Set + Clear func() + Clone func() Set + Contains func(i ...interface{}) bool + Difference func(other Set) Set + Equal func(other Set) bool + Intersect func(other Set) Set + IsSubset func(other Set) bool + IsSuperset func(other Set) bool + Iter func() <-chan interface{} + PowerSet func() Set + Remove func(i interface{}) + String func() string + SymmetricDifference func(other Set) Set + ToSlice func() []interface{} + Union func(other Set) Set + func NewSet() Set + func NewSetFromSlice(s []interface{}) Set + func NewThreadUnsafeSet() Set + func NewThreadUnsafeSetFromSlice(s []interface{}) Set