Documentation ¶
Overview ¶
Package set provides helper methods for handling sets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Difference ¶
Difference returns the items in the first argument that are not in the second (set 'a' - set 'b')
func Intersection ¶
Intersection returns the intersection of two sets.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.