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 { $bandU } from "./ops.js"; const [a, b, c, d] = defOpVV($bandU); const bitAndU = a; const bitAndU2 = b; const bitAndU3 = c; const bitAndU4 = d; export { bitAndU, bitAndU2, bitAndU3, bitAndU4 };