Created
February 28, 2018 11:36
-
-
Save vialyx/5ce1a7c3b3d4a1098b5202203af02cb2 to your computer and use it in GitHub Desktop.
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
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