clear method

void clear()

Clear the queue

Implementation

void clear() => _heap.clear();