store

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2024 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 Bucket

type Bucket[K comparable, T any] struct {
	// contains filtered or unexported fields
}

func NewBucket

func NewBucket[K comparable, T any](onDefault func(K) T) *Bucket[K, T]

func (*Bucket[K, T]) Get

func (b *Bucket[K, T]) Get(key K) T

func (*Bucket[K, T]) Remove

func (b *Bucket[K, T]) Remove(key K)

func (*Bucket[K, T]) Set

func (b *Bucket[K, T]) Set(key K, t T)

Jump to

Keyboard shortcuts

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