`a?.let({ ... }, else = { ... })` is possible to m...
# random
s
a?.let({ ... }, else = { ... })
is possible to make but a standard
if ... else ...
is better IMO