The OpenD Programming Language

BinaryHeap.front

Returns a front of the heap, which is the largest element according to less.

struct BinaryHeap(alias less = "a < b", Store)
@property ref return scope
front
()
if ()

Meta