[swift-evolution] Remove Failable Initializers

Tino Heth 2th at gmx.de
Wed Mar 9 07:15:23 CST 2016


> Initializers are clearly not void-functions
Really?
There is no "return ..." in a regular init-method, and every other function declared like "init" won't return anything but void — so imho the "clearly" is more than questionable:
Just replace the magic name with anything else, and you have void function.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160309/da0a998c/attachment.html>


More information about the swift-evolution mailing list