`nullable?.let { doSomethingWith(it) }` is fairly ...
# codingconventions
k
nullable?.let { doSomethingWith(it) }
is fairly common