set

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

package set contains various different types of 'BlockSet's

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockSet

type BlockSet interface {
	AddBlock(util.Key)
	RemoveBlock(util.Key)
	HasKey(util.Key) bool

	GetKeys() []util.Key
}

BlockSet represents a mutable set of keyed blocks

func NewSimpleBlockSet

func NewSimpleBlockSet() BlockSet

func SimpleSetFromKeys

func SimpleSetFromKeys(keys []util.Key) BlockSet

Jump to

Keyboard shortcuts

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