Macro debug_pairwise

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