func go/types.Comparable
7 uses
go/types (current package)
expr.go#L503: case !Comparable(x.typ):
expr.go#L508: case !Comparable(y.typ):
predicates.go#L156: func Comparable(T Type) bool {
stmt.go#L649: if x.mode != invalid && !Comparable(x.typ) && !hasNil(x.typ) {
typexpr.go#L376: 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)