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