reOption function

Expr reOption(
  1. Expr x
)

Implementation

Expr reOption(Expr x) => UnaryOp(UnaryOpKind.reOption, x).declare();