warp::generic

Macro Product

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