Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComparableHash ¶
type ComparableHash interface {
comparable
Hash() uintptr
}
ComparableHash is a type constraint that matches all comparable types with a Hash method.
type ImpossibleConstraint ¶
type ImpossibleConstraint interface {
comparable
[]int
}
ImpossibleConstraint is a type constraint that no type can satisfy, because slice types are not comparable.
Click to show internal directories.
Click to hide internal directories.