> On Apr 6, 2016, at 9:00 AM, Sean Heber <[email protected]> wrote: > > Interesting, but I’m unsure if all of it is significantly better than just > using the guard that is effectively inside of the operator/func that is being > proposed: > > guard let value = Int("NotANumber") else { throw > InitializerError.invalidString } >
That is a pretty damn compelling argument. -- E _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
