arithmetic-type/double

View on GitHub
src/arithmetic/ishl.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ishl = (a, n) => (a <<= n);