Alias Zip.I

template Zip
{
  // ...
  alias I = ParameterTypeTuple!fun[0];
  // ...
}