pub unsafe extern "C" fn mlirAffineExprIsFunctionOfDim(
    affineExpr: MlirAffineExpr,
    position: isize
) -> bool
Expand description

Checks whether the given affine expression involves AffineDimExpr ‘position’.