def_kernel_bs

Macro def_kernel_bs 

Source
macro_rules! def_kernel_bs {
    (
        $t_ap:ty, $t_b:ty, $t_c:ty, $t_s:ty,
        $MR:tt, $NR:tt
    ) => { ... };
}