Variable LimitCalls.dg

struct LimitCalls
{
  // ...
  R delegate(T) dg ;
  // ...
}