Alias CollectorRegistry.CollectionDg

An alias for the type of delegates that are called for stat collection

class CollectorRegistry
{
  // ...
  alias CollectionDg = void delegate(Collector);
  // ...
}