package
2.3.3
Repository: https://github.com/duke-git/lancet.git
Documentation: pkg.go.dev

# Functions

BuildMaxHeap builds a MaxHeap instance with data and given comparator.
NewMaxHeap returns a MaxHeap instance with the given comparator.

# Structs

MaxHeap implements a binary max heap type T should implements Compare function in constraints.Comparator interface.