Documentation
¶
Index ¶
- Constants
- func Accessible(rv reflect.Value) reflect.Value
- func Equal(v1, v2 reflect.Value) bool
- func RegisterIsEqual(typ reflect.Type, rfn func(v1, v2 reflect.Value) bool)
- func TryToMakeAccessible(rv reflect.Value) (reflect.Value, bool)
- func ValidateComparedTypes(a, b reflect.Value) error
- type CompareFunc
Constants ¶
View Source
const ErrTypeMismatch errorkit.Error = "ErrTypeMismatch"
Variables ¶
This section is empty.
Functions ¶
func ValidateComparedTypes ¶ added in v0.292.0
Types ¶
type CompareFunc ¶ added in v0.292.0
func ImplementsComparable ¶ added in v0.292.0
func ImplementsComparable(T reflect.Type) (CompareFunc, bool)
Click to show internal directories.
Click to hide internal directories.