pub fn assert(condition: bool) void { if (!condition) { unreachable; } }