remove method

bool remove(
  1. T item
)

Remove specific item

Implementation

bool remove(T item) => _heap.remove(item);