Variable Function.localName

A string that evaluates to a symbol representing the function in the local context.

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