You could have a `?` macro which only handles the standard case of two values. If you have more than one, then likely you need to handle it in a specific way anyway.
Having `?` does not mean the previous way of checking error doesn't work anymore.
You could have a `?` macro which only handles the standard case of two values. If you have more than one, then likely you need to handle it in a specific way anyway.
Having `?` does not mean the previous way of checking error doesn't work anymore.