Available on macro
staticinlineisOk<T>(result:Result<T>):Bool
Returns true if the result is Ok. Returns false if the result is Error.
true
Ok
false
Error
staticinlineresolve<T>(result:Result<T>):T
Returns the result value on success or throws eval.luv.LuvException on failure.
eval.luv.LuvException