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.
macro_rules! debug_assert_none {
($xs:expr, $pred:expr) => { ... };
}Debug-only version of assert_none!.
Panics if any element satisfies the predicate, but only in debug builds.