Skip to content

Instantly share code, notes, and snippets.

@vialyx
Last active March 13, 2018 07:30
Show Gist options
  • Save vialyx/0b5f1c5b1b7018d176c38917e64b2fb7 to your computer and use it in GitHub Desktop.
Save vialyx/0b5f1c5b1b7018d176c38917e64b2fb7 to your computer and use it in GitHub Desktop.
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