Isn't `guard let` same as `val foo = bar?.foo ?: r...
# announcements
e
Isn't
guard let
same as
val foo = bar?.foo ?: return
??