Macro jumpy::prelude::egui::egui_assert   
macro_rules! egui_assert { ($($arg: tt)*) => { ... }; }
Expand description
An assert that is only active when egui is compiled with the extra_asserts feature
or with the extra_debug_asserts feature in debug builds.