Swift - Optionals
Given a dictionary
[String: String?] where values are optionals, how can you use if let to safely print all non-nil values?