Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[swift2objc] Variadic parameters #1753

Open
liamappelbe opened this issue Nov 26, 2024 · 0 comments
Open

[swift2objc] Variadic parameters #1753

liamappelbe opened this issue Nov 26, 2024 · 0 comments
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Milestone

Comments

@liamappelbe
Copy link
Contributor

func arithmeticMean(_ numbers: Double...) -> Double {

Is there a way of plumbing variadic params from the wrapper API through to the wrapped API? Something like Python's *numbers?

@liamappelbe liamappelbe added good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc labels Nov 26, 2024
@liamappelbe liamappelbe added this to the SwiftGen MVP milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Projects
Status: No status
Development

No branches or pull requests

1 participant