Skip to content

Instantly share code, notes, and snippets.

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