Last active
March 13, 2018 07:30
-
-
Save vialyx/0b5f1c5b1b7018d176c38917e64b2fb7 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
let premiumUser = users["premium", default: User(name: "Anonymous")] | |
print("premiumUser: \(premiumUser)") | |
// Default result - "premiumUser: User(name: "Anonymous")\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment