Skip to main content

fif

Function fif 

Source
pub fn fif(
    cond: FSharpExpr,
    then_e: FSharpExpr,
    else_e: FSharpExpr,
) -> FSharpExpr
Expand description

Build an if-then-else expression.