I know I can do `a?.let { doSthWithA(it) }` just l...
# announcements
m
I know I can do
a?.let { doSthWithA(it) }
just looking for other ways.