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)
Click to show internal directories.
Click to hide internal directories.