<@U8UKMCNGZ> There's a couple of posts explaining ...
# getting-started
i
@Nicole There's a couple of posts explaining their difference, try searching "Kotlin let apply also". IMO this table summarizes it at glance https://docs.google.com/spreadsheets/d/1P2gMRuu36pSDW4fdwE-fLN9fcA_ZboIU2Q5VtgixBNo
n
Sure. There’s lots of people who have talked about the differences, but not the unifying things between them.
k
If wonder if there would be any use cases for the buttom righr spot. I guess you can always just create a new scope and rename the variable yourself.
i
All these functions exist primarily to take some expression and introduce it as a value in the limited lambda function scope, either as
this
or as `it`/specified name — that's what unify them.
n
That’s what I’d just heard and so it’s nice to know that’s the key point 🙂