Skip to content

Instantly share code, notes, and snippets.

@bobgodwinx
Created May 30, 2018 08:33
Show Gist options
  • Select an option

  • Save bobgodwinx/45c7921045bb1d3ae34d6c4138085500 to your computer and use it in GitHub Desktop.

Select an option

Save bobgodwinx/45c7921045bb1d3ae34d6c4138085500 to your computer and use it in GitHub Desktop.
S4D01
/// `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