A heap data structure that can be used as a min-heap, max-heap or with custom comparators. This struct manages a collection of items where the heap property is maintained. The heap can be configured to order elements based on a provided comparator function, allowing for both min-heap and max-heap functionalities, as well as custom sorting orders.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected