For example wouldn‘t a catch block also benefit from this ability as well (assuming it gets accepted and implemented)?
do {
...
} catch {
case where <condition> in <pattern_1>, <pattern_2>:
...
}
For example wouldn‘t a catch block also benefit from this ability as well (assuming it gets accepted and implemented)?
do {
...
} catch {
case where <condition> in <pattern_1>, <pattern_2>:
...
}