internal/abi.FuncType.NumIn (method)
7 uses
internal/abi (current package)
type.go#L504: func (t *FuncType) NumIn() int {
internal/reflectlite
type.go#L582: for i := 0; i < t.NumIn(); i++ {
reflect
type.go#L599: in := make([]Type, 0, 1+ft.NumIn())
type.go#L781: return tt.NumIn()
type.go#L1431: for i := 0; i < t.NumIn(); i++ {
value.go#L422: n := t.NumIn()
value.go#L474: if nin != t.NumIn() {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |