Variable Function.overloadIndex

Index of function in its overload set, if created by functionsOf, or -1.

struct Function
{
  // ...
  immutable(int) overloadIndex ;
  // ...
}