Skip to content

Instantly share code, notes, and snippets.

@deszip
Created July 22, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deszip/c55b8519aaaad3d8b509 to your computer and use it in GitHub Desktop.
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