pub unsafe extern "C" fn mlirIntegerSetIsConstraintEq(
set: MlirIntegerSet,
pos: isize,
) -> boolExpand description
Returns true of the pos-th constraint of the set is an equality
constraint, false otherwise.
pub unsafe extern "C" fn mlirIntegerSetIsConstraintEq(
set: MlirIntegerSet,
pos: isize,
) -> boolReturns true of the pos-th constraint of the set is an equality
constraint, false otherwise.