reflect.Type.IsVariadic (method)
9 uses
reflect (current package)
type.go#L169: IsVariadic() bool
go.uber.org/mock/gomock
call.go#L122: if ft.IsVariadic() {
call.go#L163: if ft.IsVariadic() {
call.go#L325: if !c.methodType.IsVariadic() {
text/template
exec.go#L782: if typ.IsVariadic() {
exec.go#L833: if typ.IsVariadic() {
exec.go#L842: if typ.IsVariadic() {
funcs.go#L327: if typ.IsVariadic() {
funcs.go#L342: if !typ.IsVariadic() || i < numIn-1 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)