Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeapQueue ¶
type HeapQueue[T comparable] struct { // contains filtered or unexported fields }
Like the heap construct, but with generic types and an upsert operation.
func New ¶
func New[T comparable]() *HeapQueue[T]
Click to show internal directories.
Click to hide internal directories.