is there a function in std-lib for cases like this...
# announcements
s
is there a function in std-lib for cases like this?
Copy code
.let {
    when (it) {
        // ...
    }
}