maphash

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Comparable

func Comparable[T comparable](seed maphash.Seed, v T) uint64

func WriteComparable

func WriteComparable[T comparable](h *maphash.Hash, x T)

WriteComparable adds x to the data hashed by h.

Types

type ComparableHasher

type ComparableHasher[T comparable] struct {
	// contains filtered or unexported fields
}

ComparableHasher implements Hasher using the built-in comparable relation.

func (ComparableHasher[T]) Equal

func (ComparableHasher[T]) Equal(x, y T) bool

func (ComparableHasher[T]) Hash

func (ComparableHasher[T]) Hash(h *maphash.Hash, v T)

type Hasher

type Hasher[T any] interface {
	Hash(*maphash.Hash, T)
	Equal(x, y T) bool
}

Hasher defines hashing and equivalence operations for values of type T.

Jump to

Keyboard shortcuts

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