Variable Parameter.name

Parameter name. Initial value: _i, where i is the position of the parameter.

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