package
0.3.0
Repository: https://github.com/alexander-yu/stream.git
Documentation: pkg.go.dev

# Functions

New initializes a new Heap.

# Structs

Heap implements a heap data structure.
Item represents an item in the heap; in particular, it contains not only the value, but also the index of the item within the heap.