set

package
v0.0.0-...-40673c5 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const MaxHeight = 17

TODO: This should probably be a configuration value

Variables

This section is empty.

Functions

This section is empty.

Types

type SkipListSet

type SkipListSet[K constraints.Ordered] interface {
	Insert(key K)

	Contains(key K) bool

	Delete(key K)

	Size() uint
}

func NewSkipListSet

func NewSkipListSet[K constraints.Ordered]() SkipListSet[K]

Jump to

Keyboard shortcuts

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