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.2.0
Published
Feb 2, 2018
Platform
windows/amd64
Imports
1 packages
Last checked
6 hours ago

Tools for package owners.