pub unsafe extern "C" fn mlirOperationGetResult(
op: MlirOperation,
pos: isize,
) -> MlirValueExpand description
Returns pos-th result of the operation.
pub unsafe extern "C" fn mlirOperationGetResult(
op: MlirOperation,
pos: isize,
) -> MlirValueReturns pos-th result of the operation.