spatial

package
v0.0.0-...-659ce9b Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2018 License: MIT Imports: 1 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 interface {
	Next() (item Item, has bool)
	Close()
}

type Item

type Item interface {
	Error() error
	Value() interface{}
	ID() string
	Range(n int) Range
	Delete()
	Set(v interface{}) error
}

type Range

type Range struct {
	Min, Max uint64
}

func (Range) Compare

func (a Range) Compare(b Range) int

func (Range) IsLessOrEqual

func (a Range) IsLessOrEqual(b Range) bool

func (*Range) MaximizeIfZeroMax

func (a *Range) MaximizeIfZeroMax()

Jump to

Keyboard shortcuts

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