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