false_literal_expr

Function false_literal_expr 

Source
pub fn false_literal_expr<'db>(
    ctx: &mut ComputationContext<'db, '_>,
    stable_ptr: ExprPtr<'db>,
) -> Expr<'db>
Expand description

Gets a semantic expression of the literal false. Uses the given stable_ptr in the returned semantic expression.