macro_rules! rendy_slow_assert_eq { ($($tt:tt)*) => { ... }; }
Expand description
assert_eq!
that is exists only if "no-slow-safety-checks"
feature is not enabled.
macro_rules! rendy_slow_assert_eq { ($($tt:tt)*) => { ... }; }
assert_eq!
that is exists only if "no-slow-safety-checks"
feature is not enabled.