Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 28, 2018 06:41
Show Gist options
  • Save vialyx/330919b0c7e913cfb969531aaaf9113a to your computer and use it in GitHub Desktop.
Save vialyx/330919b0c7e913cfb969531aaaf9113a to your computer and use it in GitHub Desktop.
struct User {
let name: String
}
var users: [User] = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment