Variable Function.name

Function name. Initial value: __traits(identifier, fun).

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