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 { $borU } from "./ops.js"; const [a, b, c, d] = defOpVN($borU); const bitOrNU = a; const bitOrNU2 = b; const bitOrNU3 = c; const bitOrNU4 = d; export { bitOrNU, bitOrNU2, bitOrNU3, bitOrNU4 };