Function hebi_syntax::ast::branch

source ·
pub fn branch<'src>(cond: Expr<'src>, body: Vec<Stmt<'src>>) -> Branch<'src>