without

abstract fun without(value: Value): LeftistHeap<Value>

Create a heap with a specific element removed. This is particularly efficient (O(log(N))) when the element is the minimal element, although withoutFirst is the preferred form.