Like `(myObject as? String)?.let { println(it) }` ...
# getting-started
s
Like
(myObject as? String)?.let { println(it) }
?
👍 1