@arithmetic-type/double Home Manual Reference Source

src/arithmetic/shl.js

  1. export const shl = (a, n) => a << n;