package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Fix re-establishes the heap ordering after the element at index i has changed its value.
Init establishes the heap invariants required by the other routines in this package.
Pop removes and returns the minimum element (according to Less) from the heap.
Push pushes the element x onto the heap.
Remove removes and returns the element at index i from the heap.
# Interfaces
The Interface type describes the requirements for a type using the routines in this package.