Variable Parameter.type

Parameter type. Initial value: std.traits.Parameter!fun[i], where fun is the refracted function and i is the position of the parameter.

struct Parameter
{
  // ...
  immutable(char[]) type ;
  // ...
}