package
0.0.0-20231218091927-6099d7e84fb9
Repository: https://github.com/ngicks/genericcontainer.git
Documentation: pkg.go.dev

# Functions

Fix wraps h to make it compatible with `container/heap` then call `container/heap`.Fix with it.
Init wraps h to make it compatible with `container/heap` then call `container/heap`.Init with it.
Pop wraps h to make it compatible with `container/heap` then call `container/heap`.Pop with it.
Push wraps h to make it compatible with `container/heap` then call `container/heap`.Push with it.
Remove wraps h to make it compatible with `container/heap` then call `container/heap`.Remove with it.

# Interfaces

Interface is same as `container/heap`.Interface but uses type-param.