The only thing I can think of is making the `{ cas...
# language-proposals
d
The only thing I can think of is making the
{ case1 -> action1() ; case2 -> action2(); }
block something that can be captured and passed to a user-defined when statement.