active-logic/activelogic-cs

`Try` expression wrapper

Opened this issue · 0 comments

The Try expression wrapper would return a boolean. Example:

return Try(obj = EvalObj()) && done;  // false if null, true otherwise.

Converting null objects to a failing status is an alternative; type safety?