Fix for old PriorityQueue constructor syntax; counter(::Generator support)
One old PriorityQueue constructor syntax was inadvertently removed in the last release, namely
PriorityQueue{K,V,ForwardOrdering}()
This was added back as deprecated syntax.
Also included: counter(::Generator)
support