Current section
Files
Jump to
Current section
Files
include/structures@pairing_heap_Heap.hrl
-record(heap, {
root :: structures@pairing_heap:t(any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).