7 ms·
The print function is implemented in the std library[1] not the compiler and Zig does not have varargs [1] https://github.com/ziglang/zig/blob/f6c934677315665c
by quic5 4y ago
The print function is implemented in the std library[1] not the compiler and Zig does not have varargs
[1] https://github.com/ziglang/zig/blob/f6c934677315665c140151b8dd28a56f948205e2/lib/std/debug.zig#L89 https://github.com/ziglang/zig/blob/f6c934677315665c140151b8...