does `arg2?.let {` really feels better than `if (a...
# announcements
d
does
arg2?.let {
really feels better than
if (arg2 != null) {
? simple smile