Variable Parameter.udas

Parameter UDAs. Initial value: [@(ParameterAttribute!(fun,i, j...))], where where fun is the refracted function, i is the position of the parameter, and j... are the positions of the UDAs.

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