collections

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 15, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TreeMap

type TreeMap[TKey, TValue any] struct {
	*btree.TreeMap[TKey, TValue]
}

func NewTreeMap

func NewTreeMap[TKey, TValue any](less delegate.Lt[TKey]) *TreeMap[TKey, TValue]

type TreeSet

type TreeSet[TElement any] struct {
	*btree.TreeSet[TElement]
}

func NewTreeSet

func NewTreeSet[TElement any](less delegate.Lt[TElement]) *TreeSet[TElement]

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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