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