logoalt Hacker News

ElFitztoday at 1:09 AM1 replyview on HN

It even defeats the purpose of type inference.


Replies

mh2266today at 1:24 AM

It's been a while since I've Swifted but it was mostly with combinations of nested generics, lambdas, and literals. Annotating the type of the variable those were assigned to could improve performance a lot.

You don't need to add an annotation on `let foo = bar()` where bar is a function that returns `String` or whatever.