Macro warp::generic::generics

source ยท
macro_rules! generics {
    ($type:ident) => { ... };
    ($type1:ident, $( $type:ident ),*) => { ... };
}