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