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.

Parameters

fmt: []const u8,
args: anytype,