pub fn fif(
cond: FSharpExpr,
then_e: FSharpExpr,
else_e: FSharpExpr,
) -> FSharpExprExpand description
Build an if-then-else expression.
pub fn fif(
cond: FSharpExpr,
then_e: FSharpExpr,
else_e: FSharpExpr,
) -> FSharpExprBuild an if-then-else expression.