Join Slack
Powered by
is there a way to provide to Swift, functions with...
# ios
d
Daniele B
05/17/2021, 4:18 PM
is there a way to provide to Swift, functions with unnamed arguments? such as this?
Copy code
func bar(_ a: Int, _ b: Int) -> Int { return a + b }
Open in Slack
Previous
Next