type container/heap.Interface (interface)

Method Implmentations

Len() int *go/types.nodeQueue.Len
Less(i, j int) bool *go/types.nodeQueue.Less
Pop() any *go/types.nodeQueue.Pop
Push(x any) *go/types.nodeQueue.Push
Swap(i, j int) *go/types.nodeQueue.Swap