Macro wtest::debug_assert[][src]

macro_rules! debug_assert {
    ($($arg : tt) +) => { ... };
}
Expand description

Macro asserts that expression is ture. Unlike std::assert it is removed from a release build.