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