UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 225 B
import { defOpV } from "./defopv.js"; const [a, b, c, d] = defOpV((a2) => !a2); const logicNot = a; const logicNot2 = b; const logicNot3 = c; const logicNot4 = d; export { logicNot, logicNot2, logicNot3, logicNot4 };