internal/reflectlite.Type.Comparable (method)

3 uses

	internal/reflectlite (current package)
		type.go#L53: 	Comparable() bool

	context
		context.go#L715: 	if !reflectlite.TypeOf(key).Comparable() {

	errors
		wrap.go#L49: 	isComparable := reflectlite.TypeOf(target).Comparable()