Macro debug_assert_pairwise

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

Debug-only version of assert_pairwise!. Panics if any adjacent pair fails the predicate, but only in debug builds.