func reflect.implements
5 uses
reflect (current package)
type.go#L1440: return implements(u.(*rtype), t)
type.go#L1448: return directlyAssignable(uu, t) || implements(uu, t)
type.go#L1464: func implements(T, V *rtype) bool {
value.go#L2431: case implements(dst, v.typ):
value.go#L2546: if implements(dst, src) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |