···4242/// is negligible, but we have some asserts inside tight loops and hotpaths
4343/// that cause significant overhead (as much as 15-20%) when they don't get
4444/// optimized out.
4545-pub const inlineAssert: fn (bool) void = switch (builtin.mode) {
4545+pub const inlineAssert = switch (builtin.mode) {
4646 // In debug builds we just use std.debug.assert because this
4747 // fixes up stack traces. `inline` causes broken stack traces. This
4848 // is probably a Zig compiler bug but until it is fixed we have to