set

package
v2.0.0-beta-rc1+incomp... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	StopIteration = errors.New("Stop iteration")
)

Functions

This section is empty.

Types

type Set

type Set interface {
	Len() int
	Add(interface{})
	Discard(interface{})
	Contains(interface{}) bool
	Iter(func(item interface{}) error)
	Copy() Set
}

func New

func New() Set

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL