shorthand if-let syntax 5 Nov Written By Vincent Pradeilles Here’s the code if you want to experiment with it! var userName: String? if let userName { // `userName` is non-optional here }Copy Vincent Pradeilles
shorthand if-let syntax 5 Nov Written By Vincent Pradeilles Here’s the code if you want to experiment with it! var userName: String? if let userName { // `userName` is non-optional here }Copy Vincent Pradeilles