reflect.rtype.ptrTo (method)
5 uses
reflect (current package)
type.go#L1379: return t.(*rtype).ptrTo()
type.go#L1382: func (t *rtype) ptrTo() *rtype {
value.go#L276: return Value{v.typ.ptrTo(), v.ptr, fl | flag(Ptr)}
value.go#L2403: return Value{t.ptrTo(), ptr, fl}
value.go#L2411: return Value{t.ptrTo(), p, fl}
![]() |
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. |