UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

14 lines (13 loc) 254 B
import { defOpVN } from "./defopvn.js"; import { $lsI } from "./ops.js"; const [a, b, c, d] = defOpVN($lsI); const lshiftNI = a; const lshiftNI2 = b; const lshiftNI3 = c; const lshiftNI4 = d; export { lshiftNI, lshiftNI2, lshiftNI3, lshiftNI4 };