const reflect.kindDirectIface
8 uses
reflect (current package)
type.go#L585: kindDirectIface = 1 << 5
type.go#L2440: if ft.kind&kindDirectIface != 0 {
type.go#L2530: if len(fields) > 1 && ft.kind&kindDirectIface != 0 {
type.go#L2758: typ.kind |= kindDirectIface
type.go#L2760: typ.kind &^= kindDirectIface
type.go#L2951: array.kind |= kindDirectIface
type.go#L2953: array.kind &^= kindDirectIface
type.go#L3078: return t.kind&kindDirectIface == 0
![]() |
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. |