You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polyfilling System.Collections.Generic.PriorityQueue<TElement, TPriority> helps developers using the same priority queue API in older tfms without the need for preprocessor directives.
Description
Add a polyfill for the
System.Collections.Generic.PriorityQueue<TElement, TPriority>
added in .NET 6.0.Rationale
Polyfilling
System.Collections.Generic.PriorityQueue<TElement, TPriority>
helps developers using the same priority queue API in older tfms without the need for preprocessor directives.Proposed API
According to the .NET 7.0 implementation.
Drawbacks
Another polyfill to maintain.
Alternatives
Not supporting
System.Collections.Generic.PriorityQueue<TElement, TPriority>
The text was updated successfully, but these errors were encountered: