reflect.Type.IsVariadic (method)

2 uses

	reflect (current package)
		type.go#L147: 	IsVariadic() bool

	src.elv.sh/pkg/eval
		go_fn.go#L118: 			if implType.IsVariadic() {