is there any function like "let" that receives "n"...
# announcements
a
is there any function like "let" that receives "n" optional variables and executes a block if they aren't null? something like: (a, b, c, d, e)?.let { a, b, c, d, e -> doSomething() }