Skip to main content

if_else

Function if_else 

Source
pub fn if_else(cond: Expr, then_expr: Expr, else_expr: Expr) -> Expr
Expand description

if-else 式を構築