func go/types.ConvertibleTo
2 uses
go/types (current package)
api_predicates.go#L44: func ConvertibleTo(V, T Type) bool {
go.pact.im/x/plumb/internal/discover
discover.go#L485: if !gotypes.ContainsInvalid(srcType) && !gotypes.ContainsInvalid(targetType) && !types.ConvertibleTo(srcType, targetType) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)