export const [bitNotU, bitNotU2, bitNotU3, bitNotU4] = defOp<
    MultiVecOpV,
    VecOpV
>(([o, a]) => `${o}=(~${a})>>>0;`, ARGS_V);