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