package
Version:
v0.2.8
Opens a new window with list of versions in this module.
Published: Jun 24, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Heap[T any] struct {
Less func(o1, o2 T) bool
Size int
}
func (h *Heap[T]) Append(v T)
func (h *Heap[T]) Dump() []interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.