[swift-evolution] [Proposal draft] Use obtain let instead if let construction

Anton Zhilin antonyzhilin at gmail.com
Sun Jan 8 02:51:54 CST 2017


-1 to obtain, unwrap and such.
+1 to removing optional pattern in favor of normal if-pattern, plus
removing case:

if let unwrapped? = optionalValue { ... }

​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20170108/940a2dbb/attachment.html>


More information about the swift-evolution mailing list