staticMapWith.staticMapWith

Undocumented in source.
  1. alias staticMapWith = TypeTuple!(staticMapWith!(pred, Type, T[0..$ / 2]), staticMapWith!(pred, Type, T[$ / 2..$]))
    template staticMapWith(alias pred, alias Type, T...)
    static if(T.length > 1)
    alias staticMapWith = TypeTuple!(staticMapWith!(pred, Type, T[0..$ / 2]), staticMapWith!(pred, Type, T[$ / 2..$]))
  2. alias staticMapWith = TypeTuple!(pred!(Type, T[0]))
  3. alias staticMapWith = TypeTuple!()

Meta