Skip to content

Instantly share code, notes, and snippets.

@deszip
Created July 22, 2015 14:24
Show Gist options
  • Select an option

  • Save deszip/c55b8519aaaad3d8b509 to your computer and use it in GitHub Desktop.

Select an option

Save deszip/c55b8519aaaad3d8b509 to your computer and use it in GitHub Desktop.
func foo(first: Int, second: Int, third: String) {
//...
}
let args = (1, 2, "bar")
foo(args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment