pub unsafe extern "C" fn mlirOperationGetResult(
    op: MlirOperation,
    pos: isize
) -> MlirValue
Expand description

Returns pos-th result of the operation.