//
pkg.gl
Category
github.com/zoumo/golib
heap
package
0.2.0
Repository:
https://github.com/zoumo/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
202 SLOC
#
Functions
New
No description provided by the author
#
Structs
Heap
Heap is a producer/consumer queue that implements a heap data structure.
KeyError
No description provided by the author
#
Type aliases
KeyFunc
KeyFunc is a function type to get the key from an object.
LessFunc
LessFunc is a function that receives two items and returns true if the first item should be placed before the second one when the list is sorted.