PriorityQueue.empty

struct PriorityQueue(V, alias _pred = "a < b")
const @property
bool
empty
()

Return Value

Type: bool

true if set is empty

Meta