kubernetes/vendor/github.com/google/go-cmp/cmp/internal/function/func.go

type funcType

const _

const tbFunc

const ttbFunc

const trbFunc

const tibFunc

const trFunc

const Equal

const EqualAssignable

const Transformer

const ValueFilter

const Less

const ValuePredicate

const KeyValuePredicate

var boolType

// IsType reports whether the reflect.Type is of the specified function type.
func IsType(t reflect.Type, ft funcType) bool {}

var lastIdentRx

// NameOf returns the name of the function value.
func NameOf(v reflect.Value) string {}