fn panicExtra(trace: ?*std.builtin.StackTrace, ret_addr: ?usize, comptime format: []const u8, args: anytype) noreturn
[src]
panicExtra
is useful when you want to print out an @errorReturnTrace
and also print out some values.
fn panicExtra(trace: ?*std.builtin.StackTrace, ret_addr: ?usize, comptime format: []const u8, args: anytype) noreturn
panicExtra
is useful when you want to print out an @errorReturnTrace
and also print out some values.