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