The same implicitness in Swift. They have `autoclo...
# getting-started
e
The same implicitness in Swift. They have
autoclosure
to "solve" it, but then I see it only on declaration site and there is no way to figure out that this thing is not going to be computed right away when reading code.