package function

import "github.com/google/go-cmp/cmp/internal/function"

Package function identifies function types.

Index

Constants

const (
	Equal           = ttbFunc // func(T, T) bool
	EqualAssignable = tibFunc // func(T, I) bool; encapsulates func(T, T) bool
	Transformer     = trFunc  // func(T) R
	ValueFilter     = ttbFunc // func(T, T) bool
	Less            = ttbFunc // func(T, T) bool
)

Functions

func IsType

func IsType(t reflect.Type, ft funcType) bool

IsType reports whether the reflect.Type is of the specified function type.

Source Files

func.go

Version
v0.1.0
Published
Aug 3, 2017
Platform
windows/amd64
Imports
1 packages
Last checked
6 hours ago

Tools for package owners.