Documentation
¶
Index ¶
- func Equal(a *Set, b *Set) bool
- type Set
- func (s *Set) Add(data any) bool
- func (s *Set) Clear(data any)
- func (s *Set) Copy() *Set
- func (s *Set) Difference(s2 *Set) *Set
- func (s *Set) Equal(s2 *Set) bool
- func (s *Set) Exist(data any) bool
- func (s *Set) Intersect(s2 *Set) *Set
- func (s *Set) Len() int
- func (s *Set) String() string
- func (s *Set) Union(s2 *Set) *Set
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.