const expected = [-2, 3]; testV2WithAndWithoutDest((a, newDst) => { return vec2.negate(a, newDst); }, expected, [2, -3]);