Skip to main content

sh_if_else

Function sh_if_else 

Source
pub fn sh_if_else(
    cond: ShExpr,
    then_branch: ShBlock,
    else_branch: ShExpr,
) -> ShExpr