Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set map[Element]interface{}
Set is a basic set-like data structure.
func (Set) Intersection ¶
Intersection takes two sets and returns elements common to both. Note that we throw away information about the values of the elements in b.
Click to show internal directories.
Click to hide internal directories.