warp::generic

Macro product_pat

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