Home Manual Reference Source

src/arithmetic/iadd.js

export const iadd = (a, b) => (a += b);