macro_rules! emath_assert { ($($arg: tt)*) => { ... }; }
An assert that is only active when emath is compiled with the extra_asserts feature or with the extra_debug_asserts feature in debug builds.
emath
extra_asserts
extra_debug_asserts