warp::generic

Macro generics

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