package
Version:
v2.0.0-beta-rc1+incomp...
Opens a new window with list of versions in this module.
Published: Nov 3, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Set interface {
Len() int
Add(interface{})
Discard(interface{})
Contains(interface{}) bool
Iter(func(item interface{}) error)
Copy() Set
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.