jive.priorityqueue

Members

Structs

PriorityQueue
struct PriorityQueue(V, alias _pred = "a < b")

Priority queue which allows fast access to the smallest element. Implemented as binary heap embedded into a jive.Array.

Meta

License

public domain

Authors

Simon Bürger