rendy_util

Macro rendy_slow_assert_ne

Source
macro_rules! rendy_slow_assert_ne {
    ($($tt:tt)*) => { ... };
}
Expand description

assert_ne! that is exists only if "no-slow-safety-checks" feature is not enabled.