pub fn true_literal_expr<'db>(
ctx: &mut ComputationContext<'db, '_>,
stable_ptr: ExprPtr<'db>,
) -> Expr<'db>Expand description
Gets a semantic expression of the literal true. Uses the given stable_ptr in the returned
semantic expression.