Avatar
@swift-5.0.3 let hello: Result<String, Error> = .success("Hello Swift 5!") print(try! hello.get()) (edited)