Home Manual Reference Source

src/arithmetic/imod.js

export const imod = (a, b) => (a %= b);