//
pkg.gl
Category
github.com/google/go-cmp
cmp
internal
function
package
0.7.0
Repository:
https://github.com/google/go-cmp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
91 SLOC
#
Functions
IsType
IsType reports whether the reflect.Type is of the specified function type.
NameOf
NameOf returns the name of the function value.
#
Constants
Compare
func(T, T) int.
Equal
func(T, T) bool.
EqualAssignable
func(T, I) bool; encapsulates func(T, T) bool.
KeyValuePredicate
func(T, R) bool.
Less
func(T, T) bool.
Transformer
func(T) R.
ValueFilter
func(T, T) bool.
ValuePredicate
func(T) bool.