Expected behavior: ```ts const foo = d.vec3i(1.1, 2.3, 4.2); console.log(foo.x, foo.y, foo.z); // 1 2 4 ```