reflect.funcType.outCount (field)
7 uses
reflect (current package)
type.go#L379: outCount uint16 // top bit is set if last input parameter is ...
type.go#L894: return tt.outCount&(1<<15) != 0
type.go#L1022: outCount := t.outCount & (1<<15 - 1)
type.go#L1624: if t.outCount != v.outCount || t.inCount != v.inCount {
type.go#L2007: ft.outCount = uint16(len(out))
type.go#L2009: ft.outCount |= 1 << 15
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)