Created
May 30, 2018 08:33
-
-
Save bobgodwinx/45c7921045bb1d3ae34d6c4138085500 to your computer and use it in GitHub Desktop.
S4D01
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
| /// `Person` | |
| struct Person: Hashable { | |
| let firstName: String | |
| let lastName: String | |
| let age: Int | |
| let nationality: Nationality | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment