Documentation
¶
Overview ¶
Package internal contains two implementations of a binary heap, both of which draw heavy inspiration from package container/heap.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeapFunc ¶ added in v0.5.1
type HeapFunc[T any] struct { // contains filtered or unexported fields }
func NewHeapFunc ¶ added in v0.5.1
Click to show internal directories.
Click to hide internal directories.