Alias staticMapWith

alias staticMapWith(alias pred, alias Type, T...) = TypeTuple!(staticMapWith!(pred,Type,T[0..__dollar/2]),staticMapWith!(pred,Type,T[__dollar/2..__dollar]));