reflect.rtype.IsVariadic (method)
7 uses
reflect (current package)
type.go#L826: mt := FuncOf(in, out, ft.IsVariadic())
type.go#L889: func (t *rtype) IsVariadic() bool {
type.go#L2063: if ft.IsVariadic() && i == int(ft.inCount)-1 {
value.go#L379: if !t.IsVariadic() {
value.go#L389: if t.IsVariadic() {
value.go#L395: if !t.IsVariadic() && len(in) > n {
value.go#L409: if !isSlice && t.IsVariadic() {
![]() |
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. |