Macro warp::generic::product_pat

source ยท
macro_rules! product_pat {
    ($H:pat) => { ... };
    ($H:pat, $($T:pat),*) => { ... };
}