pub unsafe extern "C" fn mlirTypeIDEqual(
typeID1: MlirTypeID,
typeID2: MlirTypeID,
) -> bool
Expand description
Checks if two type ids are equal.
pub unsafe extern "C" fn mlirTypeIDEqual(
typeID1: MlirTypeID,
typeID2: MlirTypeID,
) -> bool
Checks if two type ids are equal.