reflect.funcType.out (method)
8 uses
reflect (current package)
type.go#L822: out := make([]Type, 0, len(ft.out()))
type.go#L823: for _, ret := range ft.out() {
type.go#L995: return len(tt.out())
type.go#L1003: return toType(tt.out()[i])
type.go#L1017: func (t *funcType) out() []*rtype {
type.go#L2071: out := ft.out()
type.go#L3036: for _, res := range t.out() {
value.go#L574: for i, typ := range ftyp.out() {
![]() |
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. |