Is this possible in zig? And if so how would something like the following C++ code look in Zig? template<class T> class vec3 { union { str
I have a module foo.zig which is useful but I want to augment it with more functions, without modifying it, so I created foo-wrapper.zig that has one or two mor
In Zig (currently using 0.7.1), suppose for some reason you don't have any good way to design code which always has exactly one resume for every suspend. Is the