macro_rules! debug_pairwise {
($xs:expr, $pred:expr) => { ... };
}Expand description
Logs all adjacent pairs that violate the predicate. Does not panic. Active only in debug builds.
macro_rules! debug_pairwise {
($xs:expr, $pred:expr) => { ... };
}Logs all adjacent pairs that violate the predicate. Does not panic. Active only in debug builds.