https://kotlinlang.org logo
f

fmd

06/14/2016, 8:33 AM
I know, in above example I can also use
property.let { }
, but that is limited to a single property. If I have two or more properties, I am missing a "multi argument `let`".