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

Returns pos-th operand of the operation.