Created
November 11, 2018 02:13
-
-
Save isaac-weisberg/5ac0f1c12dc73eed74373ba9b74c0ea1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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