UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 258 B
import { defOpVN } from "./defopvn.js"; import { $bandI } from "./ops.js"; const [a, b, c, d] = defOpVN($bandI); const bitAndNI = a; const bitAndNI2 = b; const bitAndNI3 = c; const bitAndNI4 = d; export { bitAndNI, bitAndNI2, bitAndNI3, bitAndNI4 };