Feature Request
| Q |
A |
| New Feature |
yes |
| RFC |
no |
| BC Break |
yes |
Summary
I've recently used the PriorityQueue and realized, that PriorityQueue::toArray does not return items in prioritized order.
Is that intended and if so, why?
I switched to iterator_to_array instead but I wonder for what PriorityQueue::toArray is for.
Feedback welcome.
Feature Request
Summary
I've recently used the
PriorityQueueand realized, thatPriorityQueue::toArraydoes not return items in prioritized order.Is that intended and if so, why?
I switched to
iterator_to_arrayinstead but I wonder for whatPriorityQueue::toArrayis for.Feedback welcome.