Macro shl_impl

Source
macro_rules! shl_impl {
    ($t:ty, $f:ty) => { ... };
}