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