Implicitly Unwrapped optionals Swift 5.1 Posted by Gerard Grundy Date January 20, 2020 Comments 0 comment if you know that the object is going to have a value you can force unwrap it.var iKnowItsNotEmptySo:String! = “My value” Related Share: Gerard Grundy Previous post When are tuples good? Swift 5.1 January 20, 2020 Next post Catching errors Swift 5.1 January 25, 2020 You may also like Argument passed to call that takes no arguments SwiftUI 5.1 February 15, 2020 Custom Text is being cut off at the top SwiftUI 5.1 February 10, 2020 Comparison Operator Swift 5.1 Challenge January 31, 2020