Macro debug_none

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

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