Skip to content

Instantly share code, notes, and snippets.

@ezequieloliveiralima
Created April 6, 2020 21:18
Show Gist options
  • Save ezequieloliveiralima/af23d689a108690b9692238158b10638 to your computer and use it in GitHub Desktop.
Save ezequieloliveiralima/af23d689a108690b9692238158b10638 to your computer and use it in GitHub Desktop.
typealias Cachorro = (nome: String, raca: String)
typealias Pessoa = (nome: String, cachorro: [Cachorro])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment