Function mlir_sys::mlirStringRefEqual
source · pub unsafe extern "C" fn mlirStringRefEqual(
string: MlirStringRef,
other: MlirStringRef
) -> bool
Expand description
Returns true if two string references are equal, false otherwise.