Function cairo_lang_semantic::items::constant::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,
) -> ConstValueExpand description
Resolves the given const expression and evaluates its value.