UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 185 B
import { defOpVV } from "./defopvv.js"; const [a, b, c, d] = defOpVV(Math.min); const min = a; const min2 = b; const min3 = c; const min4 = d; export { min, min2, min3, min4 };