package
0.0.0-20150211160725-59788d5eb259
Repository: https://github.com/golang-collections/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New constructs and returns a new interval tree with the max dimensions provided.

# Interfaces

Interval is the interface that must be implemented by any item added to the interval tree.
Tree defines the object that is returned from the tree constructor.

# Type aliases

Intervals represents a list of Intervals.