@arithmetic-type/int32 Home Manual Reference Source

src/shift/shr32.js

  1. const shl32 = (a, b) => a >> b;
  2. export default shl32;