func internal/reflectlite.implements
4 uses
internal/reflectlite (current package)
type.go#L714: return implements(u.(*rtype), t)
type.go#L722: return directlyAssignable(uu, t) || implements(uu, t)
type.go#L730: func implements(T, V *rtype) bool {
value.go#L425: case implements(dst, v.typ):
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)