> It's mildly offensive that u10000 is a builtin type but vec2f Zig does have builtin vec2f, it is spelt @Vector(2, f32).
I have played around with using @Vector for linear algebra. This removes the need for operator overloading for a vector type, which covers most use cases of operator overloading and I often in fact think is the only…
> It's mildly offensive that u10000 is a builtin type but vec2f Zig does have builtin vec2f, it is spelt @Vector(2, f32).
I have played around with using @Vector for linear algebra. This removes the need for operator overloading for a vector type, which covers most use cases of operator overloading and I often in fact think is the only…