Variable Function.parameters

Function parameters. Initial value: from the refracted function.

struct Function
{
  // ...
  immutable(Parameter[]) parameters ;
  // ...
}