Navigation
Synopsis Check whether priority queue is empty.
Function bool isEmpty(PriorityQueue Q)
Usage import util::PriorityQueue;
Description Returns true if PriorityQueue Q does not contain any (priority, value) pairs.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.