Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains(setA tagSet, setB tagSet) bool
Contains return true if setA contains setB
func Difference ¶
func Difference(setA tagSet, setB tagSet) tagSet
Difference returns the set difference tagsA - tagsB
func Intersection ¶
func Intersection(sets ...tagSet) tagSet
Intersection returns a set intersection of the provided sets
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.