Skip to content

Instantly share code, notes, and snippets.

@isaac-weisberg
Created November 11, 2018 02:13
Show Gist options
  • Select an option

  • Save isaac-weisberg/5ac0f1c12dc73eed74373ba9b74c0ea1 to your computer and use it in GitHub Desktop.

Select an option

Save isaac-weisberg/5ac0f1c12dc73eed74373ba9b74c0ea1 to your computer and use it in GitHub Desktop.
func foo() -> (baz: Int, buck: String) {
return (baz: 3, buck: "Shitty titties")
}
let val = foo()
let baz = val.baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment