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