Macro debug_assert_forall

Source
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.