UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 240 B
import { defOpVV } from "./defopvv.js"; import { $borU } from "./ops.js"; const [a, b, c, d] = defOpVV($borU); const bitOrU = a; const bitOrU2 = b; const bitOrU3 = c; const bitOrU4 = d; export { bitOrU, bitOrU2, bitOrU3, bitOrU4 };