func go/types.Comparable
7 uses
go/types (current package)
expr.go#L533: case !Comparable(x.typ):
expr.go#L538: case !Comparable(y.typ):
predicates.go#L153: func Comparable(T Type) bool {
stmt.go#L639: if x.mode != invalid && !Comparable(x.typ) && !hasNil(x.typ) {
typexpr.go#L374: if !Comparable(typ.key) {
golang.org/x/exp/apidiff
compatibility.go#L157: if types.Comparable(old) && !types.Comparable(new) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)