Current section

Files

Jump to
yog include yog@internal@pairing_heap_Heap.hrl
Raw

include/yog@internal@pairing_heap_Heap.hrl

-record(heap, {
root :: yog@internal@pairing_heap:tree(any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).