UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 248 B
import { defOpVN } from "./defopvn.js"; import { $borI } from "./ops.js"; const [a, b, c, d] = defOpVN($borI); const bitOrNI = a; const bitOrNI2 = b; const bitOrNI3 = c; const bitOrNI4 = d; export { bitOrNI, bitOrNI2, bitOrNI3, bitOrNI4 };