BinaryHeap.empty

Returns true if the heap is empty, false otherwise.

struct BinaryHeap(Store, alias less = "a < b")
@property
bool
empty
()
if ()

Meta