Documentation
¶
Index ¶
Constants ¶
View Source
const (
MinSizeTbl = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chaining ¶
type Chaining[CH ComparableHasher, T any] struct { Num uint // contains filtered or unexported fields }
type ComparableHasher ¶
type ComparableHasher interface { comparable Hash() uintptr }
ComparableHasher is a type constraint that matches all comparable types with a Hash method.
Click to show internal directories.
Click to hide internal directories.