pub unsafe extern "C" fn mlirOperationGetSuccessor(
op: MlirOperation,
pos: isize,
) -> MlirBlockExpand description
Returns pos-th successor of the operation.
pub unsafe extern "C" fn mlirOperationGetSuccessor(
op: MlirOperation,
pos: isize,
) -> MlirBlockReturns pos-th successor of the operation.