Macro debug_forall

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

Logs all elements that fail the predicate. Does not panic. Active only in debug builds.