activelogic-cs
activelogic-cs copied to clipboard
`Try` expression wrapper
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?