intel/safe-arithmetic

♻️ Implement binary operators in terms of their assignment operator counterpart

lukevalenty opened this issue · 1 comments

♻️ Implement binary operators in terms of their assignment operator counterpart

Unfortunately this can't be done for most operators. safe::var operators typically return types that are not the same as either of the operands.