i would go with `integer?.let { if (it > 0) doS...
# getting-started
a
i would go with
integer?.let { if (it > 0) doStuff(it) }
👍 1