You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of using trymatch or a nullable I think it would be useful to have an assertMatch that raises an exception when the type can't be handled. Possibly you can come up with a better name than assertMatch.
The text was updated successfully, but these errors were encountered:
In D it is not possible to write:
instead of using trymatch or a nullable I think it would be useful to have an
assertMatch
that raises an exception when the type can't be handled. Possibly you can come up with a better name thanassertMatch
.The text was updated successfully, but these errors were encountered: