safe-arithmetic
safe-arithmetic copied to clipboard
♻️ 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.