macro_rules! match_each_pvector_pair {
(($left:expr, $right:expr), | $l:ident, $r:ident | $body:block, $else:block) => { ... };
}Expand description
Matches on pairs of crate::primitive::PrimitiveVector with the same type and executes the provided code.