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