func container/heap.Pop

2 uses

	container/heap (current package)
		heap.go#L60: func Pop(h Interface) any {

	go/types
		initorder.go#L64: 		n := heap.Pop(&pq).(*graphNode)