i have used `?.let { }` for null check in the past...
# kotlin-fuel
k
i have used
?.let { }
for null check in the past …