Heap.removeAll

Remove the every instance that matches the given item.

struct Heap(T, alias Compare = minHeapCompare!(T), alias Move = defaultHeapSwap!(T))
void
removeAll
(
T t
)

Meta