The OpenD Programming Language

BinaryHeap.empty

Returns true if the heap is empty, false otherwise.

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

Meta