Macro impl_vec_splats

macro_rules! impl_vec_splats {
    ($(($fn:ident ($ty:ty) -> $r:ty)),*) => { ... };
}