const expected = [0.5, 1.5]; testV2WithAndWithoutDest((a, newDst) => { return vec2.divScalar(a, 2, newDst); }, expected, [1, 3]);