More background about Zig. The reason that a structure name is like a function call is due to Zig's comptime feature. The actual type could be generated in the compilation time and Zig toolchain will evaluate them during that time.
More background about Zig. The reason that a structure name is like a function call is due to Zig's comptime feature. The actual type could be generated in the compilation time and Zig toolchain will evaluate them during that time.