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