Join Slack
Powered by
you could use `b!!.let { print(it) }` instead of `...
# getting-started
a
arekolek
09/27/2017, 11:22 AM
you could use
b!!.let { print(it) }
instead of
b?.let { print(it) }
if you want to assert instead of not executing silently. I guess that depends on your use case.
5
Views
Open in Slack
Previous
Next