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 lt = a; const lt2 = b; const lt3 = c; const lt4 = d; export { lt, lt2, lt3, lt4 };