impl_transpose

Macro impl_transpose 

Source
macro_rules! impl_transpose {
    ($struct_name:ident, $arg_type:ty, $out_type:ty, $op:ident, $feature_flag:expr) => { ... };
}