PriorityQueue.front

struct PriorityQueue(V, alias _pred = "a < b")
ref inout @property
inout(V)
front
()

Return Value

Type: inout(V)

first element (i.e. the smallest)

Meta