cairo_lang_semantic::items::constant

Function resolve_const_expr_and_evaluate

Source
pub fn resolve_const_expr_and_evaluate(
    db: &dyn SemanticGroup,
    ctx: &mut ComputationContext<'_>,
    value: &ExprAndId,
    const_stable_ptr: SyntaxStablePtrId,
    target_type: TypeId,
) -> ConstValue
Expand description

Resolves the given const expression and evaluates its value.