const reflect.Ptr
5 uses
reflect (current package)
type.go#L333: const Ptr = Pointer
value.go#L1170: case Ptr:
value.go#L1339: if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {
value.go#L1870: case Ptr:
github.com/gotd/td/tdp
tdp.go#L34: case reflect.Struct, reflect.Ptr, reflect.Interface:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |