UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 198 B
import { defOpVVNew } from "./defopvv-new.js"; const [a, b, c, d] = defOpVVNew((a2, b2) => a2 > b2); const gt = a; const gt2 = b; const gt3 = c; const gt4 = d; export { gt, gt2, gt3, gt4 };