Macro warp::generic::Product

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