Protocolfwcd.swift-utils 4.6.2Utils
PriorityQueue
A data structure that allows efficient insertion and dequeueing of prioritized items.
protocol PriorityQueue
Browse conforming typesThis protocol does not make any guarantees regarding the order of elements with the same priority. Use the Stable
wrapper to ensure a FIFO order, if this property is desired.