macro_rules! debug_assert_forall {
($xs:expr, $pred:expr) => { ... };
}Expand description
Debug-only version of assert_forall!.
Panics if any element fails the predicate, but only in debug builds.
macro_rules! debug_assert_forall {
($xs:expr, $pred:expr) => { ... };
}Debug-only version of assert_forall!.
Panics if any element fails the predicate, but only in debug builds.