Documentation
¶
Overview ¶
Package sets provides a simple implementation of a set data structure.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
String is a set of strings.
func StringKeySet ¶
StringKeySet creates a String set from the keys of the given map.
func (String) Intersection ¶
Intersection returns a new set that is the intersection of the two sets.
Click to show internal directories.
Click to hide internal directories.