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.
macro_rules! debug_none {
($xs:expr, $pred:expr) => { ... };
}Logs all elements that unexpectedly match the predicate. Does not panic. Active only in debug builds.