Documentation ¶
Index ¶
- type Set
- func (s *Set) Add(item interface{})
- func (s *Set) AddSet(addSet *Set)
- func (s *Set) Clear()
- func (s *Set) Compare(compareSet *Set) bool
- func (s *Set) Contains(item interface{}) bool
- func (s *Set) ConvertSlice() []interface{}
- func (s *Set) IsEmpty() bool
- func (s *Set) Remove(item interface{})
- func (s *Set) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
func (*Set) ConvertSlice ¶
func (s *Set) ConvertSlice() []interface{}
Click to show internal directories.
Click to hide internal directories.