Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntSet ¶
type IntSet struct {
// contains filtered or unexported fields
}
Set implements a basic set data structure.
func (*IntSet) DifferenceWith ¶
DifferenceWith sets s to all the elements not in the intersection of s and ss.
func (*IntSet) Intersectionwith ¶
IntersectionWith removes all the elements from s that are not in s and ss.
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set implements a basic set data structure.
func (*Set) DifferenceWith ¶
DifferenceWith sets s to all the elements not in the intersection of s and ss.
func (*Set) Intersectionwith ¶
IntersectionWith removes all the elements from s that are not in s and ss.
Click to show internal directories.
Click to hide internal directories.