cairo_lang_semantic::expr::compute

Function compute_statement_semantic

source
pub fn compute_statement_semantic(
    ctx: &mut ComputationContext<'_>,
    syntax: Statement,
) -> Maybe<StatementId>
Expand description

Computes the semantic model of a statement (excluding tail-expression).