type container/heap.Interface (interface)

Method Implmentations

Len() int
Less(i, j int) bool
Pop() any
Push(x any)
Swap(i, j int)