mlir_sys

Function mlirTypeIDEqual

Source
pub unsafe extern "C" fn mlirTypeIDEqual(
    typeID1: MlirTypeID,
    typeID2: MlirTypeID,
) -> bool
Expand description

Checks if two type ids are equal.