const expected = [2, 3, 4, 5]; testQuatWithAndWithoutDest((a, b, c, d, dst) => { return quat.set(a, b, c, d, dst); }, expected, 2, 3, 4, 5);