fn print(comptime fmt: []const u8, args: anytype) void
[src]
Print to stderr, unbuffered, and silently returning on failure. Intended for use in “printf debugging.” Use std.log
functions for proper logging.
fn print(comptime fmt: []const u8, args: anytype) void
Print to stderr, unbuffered, and silently returning on failure. Intended for use in “printf debugging.” Use std.log
functions for proper logging.