Function cairo_lang_semantic::expr::compute::compute_expr_block_semantic
source ยท pub fn compute_expr_block_semantic(
ctx: &mut ComputationContext<'_>,
syntax: &ExprBlock,
) -> Maybe<Expr>
Expand description
Computes the semantic model of an expression of type ast::ExprBlock.