package
Version:
v0.0.0-...-225fc4e
Opens a new window with list of versions in this module.
Published: Nov 4, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Heap[T any] struct {
}
func New[T any](less func(a, b T) bool, newIndex func(t T, i int)) *Heap[T]
func (h *Heap[T]) Pop() T
func (h *Heap[T]) Push(x T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.