-record(priority_queue, { data :: priorityq:pairing_heap(any()), cmp :: fun((any(), any()) -> gleam@order:order()) }).