<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The braces being around the type specifier as well as function body rather bothers me. Surely it would be more consistent just to have the braces around the function body, and then the type specifier preceding this?<br></blockquote><div><br></div><div>If you mean consistency between closures and function declarations, wouldn&#39;t it be simpler to go the other way?</div><div><br></div><div>    func tableView { (tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -&gt; UITableViewCell in</div><div>        ...</div><div>    }</div><div><br></div><div> </div></div></div></div>