Function cairo_lang_lowering::lower::lower_while_loop
source ยท pub fn lower_while_loop(
ctx: &mut LoweringContext<'_, '_>,
builder: &mut BlockBuilder,
loop_expr: ExprWhile,
loop_expr_id: ExprId,
) -> LoweringResult<LoweredExpr>
Expand description
Lowers an expression of type semantic::ExprWhile.