match_each_float_pvector_pair

Macro match_each_float_pvector_pair 

Source
macro_rules! match_each_float_pvector_pair {
    (($left:expr, $right:expr), | $l:ident, $r:ident | $body:block, | $l1:ident, $r2:ident | $else:block) => { ... };
}
Expand description

Matches on pairs of float PrimitiveVector with the same type and executes the provided code.

This macro matches two primitive vectors when they have the same underlying float type. For type mismatches, the $else block is executed.