BinaryHeap.front

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

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

Meta