Home Manual Reference Source

src/arithmetic/imul.js

export const imul = (a, b) => (a *= b);