inactive

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Inactive

type Inactive[K comparable, V state.Stateful[V]] interface {
	Len() int64
	Get(k K) (v V, ok bool)
	Contains(k K) bool
	PushFront(k K, v V)
	PushBack(k K, v V)
	Delete(k K)
	Pop() (k K, v V, ok bool)
	Map() map[K]V
	Close() error
}

Inactive

func NewInactive

func NewInactive[K comparable, V state.Stateful[V]]() Inactive[K, V]

Jump to

Keyboard shortcuts

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