Alias MapS.T

template MapS
{
  // ...
  alias T = ParameterTypeTuple!fun[0];
  // ...
}