Documentation
¶
Index ¶
- type IntSet
- func (s *IntSet) Add(items ...int)
- func (s *IntSet) Clear()
- func (s *IntSet) Clone() *IntSet
- func (s *IntSet) Complement(others ...IntSet)
- func (s IntSet) Contains(items ...int) bool
- func (s *IntSet) Delete(items ...int)
- func (s *IntSet) Items() (res []int)
- func (s *IntSet) Size() int
- func (s *IntSet) Union(others ...IntSet)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntSet ¶
type IntSet struct {
// contains filtered or unexported fields
}
func (*IntSet) Complement ¶
Click to show internal directories.
Click to hide internal directories.