is that the same as wrapping the value you pass to...
# announcements
s
is that the same as wrapping the value you pass to when in a
.let
?
Copy code
myObject.let {
    when (it) {
        String -> it
    }
}