mlir_sys

Function mlirTypeEqual

Source
pub unsafe extern "C" fn mlirTypeEqual(
    t1: MlirType,
    t2: MlirType,
) -> bool
Expand description

Checks if two types are equal.