export const [bitNotI, bitNotI2, bitNotI3, bitNotI4] = defOp<
    MultiVecOpV,
    VecOpV
>(([o, a]) => `${o}=(~${a})|0;`, ARGS_V);