Packages

Directed and undirected graphs

Current section

Files

Jump to
graph include graph@internal@heap_Heap.hrl
Raw

include/graph@internal@heap_Heap.hrl

-record(heap, {
root :: graph@internal@heap:heap_repr(any()),
compare :: fun((any(), any()) -> gleam@order:order())
}).