Documentation
¶
Index ¶
- type MemSet
- func (concurrentSet MemSet) Add(value uint64) bool
- func (concurrentSet MemSet) Array() []uint64
- func (concurrentSet MemSet) Contains(value uint64) bool
- func (concurrentSet MemSet) Diff(set2 MemSet) MemSet
- func (concurrentSet MemSet) Intersection(set2 MemSet) MemSet
- func (concurrentSet MemSet) Remove(value uint64) bool
- func (concurrentSet MemSet) Size() uint64
- func (concurrentSet MemSet) SymDiff(set2 MemSet) MemSet
- func (concurrentSet MemSet) Union(set2 MemSet) MemSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemSet ¶
type MemSet struct {
// contains filtered or unexported fields
}
Operation is MemSet this is struct base of consice set
func (MemSet) Intersection ¶
Intersection calulate this operation
Click to show internal directories.
Click to hide internal directories.