Macro debug_assert_none

Source
macro_rules! debug_assert_none {
    ($xs:expr, $pred:expr) => { ... };
}
Expand description

Debug-only version of assert_none!. Panics if any element satisfies the predicate, but only in debug builds.