♻️ Implement binary operators in terms of their assignment operator counterpart
lukevalenty opened this issue · 1 comments
lukevalenty commented
♻️ Implement binary operators in terms of their assignment operator counterpart
lukevalenty commented
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.