func go/types.Comparable
8 uses
go/types (current package)
expr.go#L782: case !Comparable(x.typ):
expr.go#L787: case !Comparable(y.typ):
predicates.go#L106: func Comparable(T Type) bool {
stmt.go#L595: if x.mode != invalid && !Comparable(x.typ) && !hasNil(x.typ) {
typeset.go#L352: if Comparable(t.typ) {
typexpr.go#L352: 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.4.9. (GOOS=linux GOARCH=amd64)