package
0.2.0
Repository: https://github.com/zoumo/golib.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

Heap is a producer/consumer queue that implements a heap data structure.
No description provided by the author

# Type aliases

KeyFunc is a function type to get the key from an object.
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.