Skip to main content

intersect_type

Function intersect_type 

Source
pub fn intersect_type(
    ir: &mut Ir,
    ctx: &TypeContext,
    a: InstId,
    b: InstId,
) -> InstId
Expand description

Computes the intersection (greatest lower bound) of two type expressions.