Home Manual Reference Source

src/arithmetic/idiv.js

export const idiv = (a, b) => (a /= b);