UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 250 B
import { defOpVV } from "./defopvv.js"; import { $bandI } from "./ops.js"; const [a, b, c, d] = defOpVV($bandI); const bitAndI = a; const bitAndI2 = b; const bitAndI3 = c; const bitAndI4 = d; export { bitAndI, bitAndI2, bitAndI3, bitAndI4 };