Home Manual Reference Source

src/arithmetic/isub.js

export const isub = (a, b) => (a -= b);