bytemap

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2024 License: Apache-2.0, MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteMap

type ByteMap[K ~[]byte, T any] interface {
	Get(K) T
	Has(K) bool
	Set(K, T)
	Delete(K) bool
	Size() int
	Iterator() iter.Seq2[K, T]
	Keys() iter.Seq[K]
	Values() iter.Seq[T]
}

ByteMap is a generic for mapping byte array like types to arbitrary data types

func NewByteMap

func NewByteMap[K ~[]byte, T any](sizeHint int) ByteMap[K, T]

NewByteMap returns a new map of multihash to a data type

Jump to

Keyboard shortcuts

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