Documentation ¶
Index ¶
- type Set
- func (s *Set) Add(x Uint128)
- func (s *Set) AddMulti(a []Uint128)
- func (s *Set) AppendTo(dst []Uint128) []Uint128
- func (s *Set) Clone() *Set
- func (s *Set) Del(x Uint128)
- func (s *Set) Equal(a *Set) bool
- func (s *Set) ForEach(f func(part []Uint128) bool)
- func (s *Set) Has(x Uint128) bool
- func (s *Set) Intersect(a *Set)
- func (s *Set) Len() int
- func (s *Set) SizeBytes() uint64
- func (s *Set) Subtract(a *Set)
- func (s *Set) Union(a *Set)
- func (s *Set) UnionMayOwn(a *Set)
- type Uint128
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
func (*Set) UnionMayOwn ¶
Click to show internal directories.
Click to hide internal directories.