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