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