fn mode(comptime x: comptime_int) comptime_int
fn mode(comptime x: comptime_int) comptime_int { return if (builtin.mode == .debug) x / 64 else x; }