common

package
v0.0.0-...-4db4b9c Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum int

type EnumBlock

type EnumBlock func(Enum)

type EnumSet

type EnumSet interface {
	Empty() bool
	Size() int
	Add(enum Enum)
	Remove(enum Enum)
	Contains(enum Enum) bool
	Each(block EnumBlock)
	Clear()
}

func NewEnumSet

func NewEnumSet(enumSize int) EnumSet

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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