Function cairo_lang_semantic::corelib::false_literal_expr
source · pub fn false_literal_expr(
ctx: &mut ComputationContext<'_>,
stable_ptr: ExprPtr
) -> ExprExpand description
Gets a semantic expression of the literal false. Uses the given stable_ptr in the returned
semantic expression.