Function hebi_syntax::ast::loop_stmt

source ·
pub fn loop_stmt(s: impl Into<Span>, body: Vec<Stmt<'_>>) -> Stmt<'_>